From 74c6bdaf8c631ce9af957edb0ae6c96b17bca6e2 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 20 Jul 2019 12:33:44 -0400 Subject: Version 1.0.15 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 acbd7bd..2e943d0 100644 --- a/doc/build/changelog.rst +++ b/doc/build/changelog.rst @@ -5,6 +5,10 @@ Changelog 1.0 === +.. changelog:: + :version: 1.0.15 + :include_notes_from: unreleased + .. changelog:: :version: 1.0.14 :released: Sat Jul 20 2019 diff --git a/mako/__init__.py b/mako/__init__.py index 61c9d02..619c7b2 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.14' +__version__ = '1.0.15' -- cgit v1.2.1