diff options
-rw-r--r-- | docs/source/changes.rst | 4 | ||||
-rw-r--r-- | docs/source/conf.py | 2 | ||||
-rw-r--r-- | setup.py | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/changes.rst b/docs/source/changes.rst index 2356324..8ca46aa 100644 --- a/docs/source/changes.rst +++ b/docs/source/changes.rst @@ -1,5 +1,5 @@ -0.3.0b -====== +0.3.0 +===== * Pecan now supports Python 2.6, 2.7, 3.2, and 3.3. 0.2.4 diff --git a/docs/source/conf.py b/docs/source/conf.py index 6913c74..e2bdefb 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -51,7 +51,7 @@ copyright = u'2010, Jonathan LaCour' # The short X.Y version. version = '0.3.0' # The full version, including alpha/beta/rc tags. -release = '0.3.0b' +release = '0.3.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -2,7 +2,7 @@ import sys from setuptools import setup, find_packages -version = '0.3.0b' +version = '0.3.0' # # determine requirements |