From f619c28764e21f2569772d808d6294f435823d9f Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 1 Mar 2020 12:40:07 -0500 Subject: Version 1.1.3 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 539c317..a52b084 100644 --- a/doc/build/changelog.rst +++ b/doc/build/changelog.rst @@ -6,6 +6,10 @@ Changelog 1.1 === +.. changelog:: + :version: 1.1.3 + :include_notes_from: unreleased + .. changelog:: :version: 1.1.2 :released: Sun Mar 1 2020 diff --git a/mako/__init__.py b/mako/__init__.py index 16d187c..519c9f0 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.1.2' +__version__ = '1.1.3' -- cgit v1.2.1