From 3fae17cec15ff4b2c0e9d8e2ada47f8fd2f2bd0a Mon Sep 17 00:00:00 2001 From: Mike Bayer <mike_mp@zzzcomputing.com> Date: Wed, 10 Dec 2014 15:08:38 -0500 Subject: [PATCH] - 1.0.1 - changelog for pullreq bitbucket:11 --- doc/build/changelog.rst | 10 ++++++++++ mako/__init__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/build/changelog.rst b/doc/build/changelog.rst index 9f0e9f2..35d1237 100644 --- a/doc/build/changelog.rst +++ b/doc/build/changelog.rst @@ -5,6 +5,16 @@ Changelog 1.0 === +.. changelog:: + :version: 1.0.1 + + .. change:: + :tags: bug, py3k + :pullreq: bitbucket:11 + + Modernized the examples/wsgi/run_wsgi.py file for Py3k. + Pull requset courtesy Cody Taylor. + .. changelog:: :version: 1.0.0 :released: Sun Jun 8 2014 diff --git a/mako/__init__.py b/mako/__init__.py index 52a1c05..c8c18e8 100644 --- a/mako/__init__.py +++ b/mako/__init__.py @@ -5,7 +5,7 @@ # the MIT License: http://www.opensource.org/licenses/mit-license.php -__version__ = '1.0.0' +__version__ = '1.0.1' -- GitLab