summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJonathan LaCour <jonathan@dreamhost.com>2013-05-08 11:04:42 -0700
committerJonathan LaCour <jonathan@dreamhost.com>2013-05-08 11:04:42 -0700
commit8b28ac36e9f5b205633a02d33a899be99452ed30 (patch)
treec4c6860580da14c92fde2688fd78d07bacdd0793 /docs
parentea2b669cdb99ebbc2d41d15aab5fdf1ba86e731d (diff)
downloadpecan-8b28ac36e9f5b205633a02d33a899be99452ed30.tar.gz
Updating version to 0.3.0.
Diffstat (limited to 'docs')
-rw-r--r--docs/source/changes.rst4
-rw-r--r--docs/source/conf.py2
2 files changed, 3 insertions, 3 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.