From e0cccbee297265679ac0c69b96d50226b9a1bdf9 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 28 Sep 2008 03:20:04 +0000 Subject: Prep for 0.3.9 release. --- docs/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 4dd796ff2..443a37dd5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ copyright = '2008, Agendaless Consulting' # other places throughout the built documents. # # The short X.Y version. -version = '0.3.8' +version = '0.3.9' # The full version, including alpha/beta/rc tags. -release = '0.3.8' +release = '0.3.9' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: diff --git a/setup.py b/setup.py index 7cdc7f8d1..a51d20f7c 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ # ############################################################################## -__version__ = '0.3.8' +__version__ = '0.3.9' import os -- cgit v1.2.3