summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2008-09-28 03:20:04 +0000
committerChris McDonough <chrism@agendaless.com>2008-09-28 03:20:04 +0000
commite0cccbee297265679ac0c69b96d50226b9a1bdf9 (patch)
treed6b12cc029245a2dad4a6a7d826a053972c7efdf
parent70f6bcd75fa0e078e6de700cc8afb2b833aea6f4 (diff)
downloadpyramid-e0cccbee297265679ac0c69b96d50226b9a1bdf9.tar.gz
pyramid-e0cccbee297265679ac0c69b96d50226b9a1bdf9.tar.bz2
pyramid-e0cccbee297265679ac0c69b96d50226b9a1bdf9.zip
Prep for 0.3.9 release.
-rw-r--r--docs/conf.py4
-rw-r--r--setup.py2
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