diff options
-rw-r--r-- | CHANGELOG.rst | 2 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6c68290..7d2d773 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,7 @@ News ==== -2.0.3 (unreleased) +2.0.3 (2013-03-19) ------------------ * Treat strings in the WSGI environment as native strings, compliant with @@ -5,7 +5,7 @@ import sys from setuptools import setup from setuptools import find_packages -version = '2.0.3.dev0' +version = '2.0.3' tests_require = ['nose', 'coverage', 'mock', 'PasteDeploy', 'WSGIProxy2', 'pyquery'] opt_install_requires = [] |