Version increment.

Change-Id: Ic3333885875af332f751dc46cfa7ef67d03f20c5
This commit is contained in:
Ryan Petrello
2014-02-19 12:44:22 -05:00
parent af5db46902
commit 32712c5092
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
0.4.5
=====
* Fixed a trailing slash bug for `RestController`s that have a `_lookup` method.
* Cleaned up the WSGI app reference from the threadlocal state on every request
(to avoid potential memory leaks, especially when testing).
* Improved pecan documentation and correctd intersphinx references.
* pecan supports Python 3.4.
0.4.4
=====
* Removed memoization of certain controller attributes, which can lead to

View File

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