aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2019-08-01 12:29:03 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2019-08-01 12:29:03 -0400
commiteda9a8322eafc2ed254d832c62b23baf40f0040b (patch)
tree867087402e076a3d85f3e02c59ece30667e6bf46
parentb6f3ae9ee9bfe3bebdb330b1c5adf9cfcd1be128 (diff)
downloadexternal_python_mako-eda9a8322eafc2ed254d832c62b23baf40f0040b.tar.gz
external_python_mako-eda9a8322eafc2ed254d832c62b23baf40f0040b.tar.bz2
external_python_mako-eda9a8322eafc2ed254d832c62b23baf40f0040b.zip
Version 1.1.1 placeholder
-rw-r--r--doc/build/changelog.rst4
-rw-r--r--mako/__init__.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/build/changelog.rst b/doc/build/changelog.rst
index 253b819..38ea9ed 100644
--- a/doc/build/changelog.rst
+++ b/doc/build/changelog.rst
@@ -7,6 +7,10 @@ Changelog
===
.. changelog::
+ :version: 1.1.1
+ :include_notes_from: unreleased
+
+.. changelog::
:version: 1.1.0
:released: Thu Aug 1 2019
diff --git a/mako/__init__.py b/mako/__init__.py
index 2f150a2..38a5b83 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.0"
+__version__ = '1.1.1'