Version increment.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user