Version 1.1.4 placeholder
diff --git a/doc/build/changelog.rst b/doc/build/changelog.rst index c0ff8e4..36066ee 100644 --- a/doc/build/changelog.rst +++ b/doc/build/changelog.rst
@@ -7,6 +7,10 @@ === .. changelog:: + :version: 1.1.4 + :include_notes_from: unreleased + +.. changelog:: :version: 1.1.3 :released: Fri May 29 2020
diff --git a/mako/__init__.py b/mako/__init__.py index 519c9f0..bd1a1c9 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.3' +__version__ = '1.1.4'