Version increment.

Change-Id: Icc610b720c512a633cb8b50db3837364d41be19c
This commit is contained in:
Ryan Petrello
2014-01-07 20:25:30 -05:00
parent 832c59ffbd
commit 3b4394c47e
2 changed files with 6 additions and 1 deletions

View File

@@ -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.

View File

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