From 3b4394c47e9df342809385044c3f4e5590c99275 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Tue, 7 Jan 2014 20:25:30 -0500 Subject: Version increment. Change-Id: Icc610b720c512a633cb8b50db3837364d41be19c --- docs/source/changes.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/source/changes.rst b/docs/source/changes.rst index e67e8af..f082a44 100644 --- a/docs/source/changes.rst +++ b/docs/source/changes.rst @@ -1,3 +1,8 @@ +0.4.4 +===== +* Removed memoization of certain controller attributes, which can lead to + a memory leak in dynamic controller lookups. + 0.4.3 ===== * Fixed several bugs for RestController. diff --git a/setup.py b/setup.py index a72ad35..1a90377 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import sys from setuptools import setup, find_packages -version = '0.4.3' +version = '0.4.4' # # determine requirements -- cgit v1.2.1