From 32712c50926ef27c58e1f16e14a4389d1a201f4b Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Wed, 19 Feb 2014 12:44:22 -0500 Subject: Version increment. Change-Id: Ic3333885875af332f751dc46cfa7ef67d03f20c5 --- docs/source/changes.rst | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/source/changes.rst b/docs/source/changes.rst index f082a44..59fc150 100644 --- a/docs/source/changes.rst +++ b/docs/source/changes.rst @@ -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 diff --git a/setup.py b/setup.py index 09c2eee..0f8f982 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import sys from setuptools import setup, find_packages -version = '0.4.4' +version = '0.4.5' # # determine requirements -- cgit v1.2.1