Version increment.

This commit is contained in:
Ryan Petrello 2016-03-16 10:05:34 -04:00
parent 584e427de9
commit cc16d3de86
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
1.0.5
=====
* Fix a bug in controller argspec detection when class-based decorators are
used (https://github.com/pecan/pecan/issues/47).
1.0.4
=====
* Removed an open file handle leak when pecan renders errors for Jinja2 and

View File

@ -3,7 +3,7 @@ import platform
from setuptools import setup, find_packages
version = '1.0.4'
version = '1.0.5'
#
# determine requirements