From 8b28ac36e9f5b205633a02d33a899be99452ed30 Mon Sep 17 00:00:00 2001 From: Jonathan LaCour Date: Wed, 8 May 2013 11:04:42 -0700 Subject: Updating version to 0.3.0. --- docs/source/changes.rst | 4 ++-- docs/source/conf.py | 2 +- 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. 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 -- cgit v1.2.1