summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Petrello <lists@ryanpetrello.com>2013-05-07 12:25:27 -0400
committerRyan Petrello <lists@ryanpetrello.com>2013-05-07 12:25:27 -0400
commitea2b669cdb99ebbc2d41d15aab5fdf1ba86e731d (patch)
tree23c40bf4981220f267405b0250af3e43d5eeba72
parent162d65a76b206330d4454d153c47a18d17d8fc8d (diff)
downloadpecan-ea2b669cdb99ebbc2d41d15aab5fdf1ba86e731d.tar.gz
Version increment.
-rw-r--r--docs/source/changes.rst4
-rw-r--r--docs/source/conf.py4
-rw-r--r--setup.py2
3 files changed, 7 insertions, 3 deletions
diff --git a/docs/source/changes.rst b/docs/source/changes.rst
index b2d6540..2356324 100644
--- a/docs/source/changes.rst
+++ b/docs/source/changes.rst
@@ -1,3 +1,7 @@
+0.3.0b
+======
+* Pecan now supports Python 2.6, 2.7, 3.2, and 3.3.
+
0.2.4
=====
* Add support for ``_lookup`` methods as a fallback in RestController.
diff --git a/docs/source/conf.py b/docs/source/conf.py
index c331fe3..6913c74 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -49,9 +49,9 @@ copyright = u'2010, Jonathan LaCour'
# built documents.
#
# The short X.Y version.
-version = '0.2.4'
+version = '0.3.0'
# The full version, including alpha/beta/rc tags.
-release = '0.2.4'
+release = '0.3.0b'
# 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 a826f54..3bb1ff5 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ import sys
from setuptools import setup, find_packages
-version = '0.2.4'
+version = '0.3.0b'
#
# determine requirements