summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan LaCour <jonathan@dreamhost.com>2013-05-08 11:05:13 -0700
committerJonathan LaCour <jonathan@dreamhost.com>2013-05-08 11:05:13 -0700
commit5f6f75a76f603397c0e2374bfefeb4f58526ecff (patch)
treec4c6860580da14c92fde2688fd78d07bacdd0793
parentcfbdf9e7f7c9ff4021c61a75674c30b691a2807b (diff)
parent8b28ac36e9f5b205633a02d33a899be99452ed30 (diff)
downloadpecan-0.3.0.tar.gz
Merge remote-tracking branch 'origin/next'0.3.0
-rw-r--r--docs/source/changes.rst4
-rw-r--r--docs/source/conf.py2
-rw-r--r--setup.py2
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.
diff --git a/setup.py b/setup.py
index 3bb1ff5..512edd7 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ import sys
from setuptools import setup, find_packages
-version = '0.3.0b'
+version = '0.3.0'
#
# determine requirements