Version increment.

This commit is contained in:
Ryan Petrello
2013-05-07 11:20:40 -04:00
parent 32fb9224ae
commit e985be86ae
3 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
0.2.4
=====
* Add support for ``_lookup`` methods as a fallback in RestController.
* A variety of improvements to project documentation.
0.2.3
=====
* Add a variety of optimizations to ``pecan.core`` that improve request

View File

@@ -49,9 +49,9 @@ copyright = u'2010, Jonathan LaCour'
# built documents.
#
# The short X.Y version.
version = '0.2.3'
version = '0.2.4'
# The full version, including alpha/beta/rc tags.
release = '0.2.3'
release = '0.2.4'
# 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
from setuptools.command.test import test as TestCommand
version = '0.2.3'
version = '0.2.4'
#
# determine requirements