From f384df792ae5eeeaa4bd622191b3ca33d9b86a4d Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 5 Jun 2019 22:20:05 -0400 Subject: Version 1.0.13 placeholder --- doc/build/changelog.rst | 4 ++++ mako/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/build/changelog.rst b/doc/build/changelog.rst index f5e93d9..6990d90 100644 --- a/doc/build/changelog.rst +++ b/doc/build/changelog.rst @@ -5,6 +5,10 @@ Changelog 1.0 === +.. changelog:: + :version: 1.0.13 + :include_notes_from: unreleased + .. changelog:: :version: 1.0.12 :released: Wed Jun 5 2019 diff --git a/mako/__init__.py b/mako/__init__.py index dedc58e..2ce0821 100644 --- a/mako/__init__.py +++ b/mako/__init__.py @@ -5,4 +5,4 @@ # the MIT License: http://www.opensource.org/licenses/mit-license.php -__version__ = '1.0.12' +__version__ = '1.0.13' -- cgit v1.2.3