Updating version to 0.3.0.

This commit is contained in:
Jonathan LaCour
2013-05-08 11:04:42 -07:00
parent ea2b669cdb
commit 8b28ac36e9
3 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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.

View File

@@ -2,7 +2,7 @@ import sys
from setuptools import setup, find_packages
version = '0.3.0b'
version = '0.3.0'
#
# determine requirements