summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2021-11-17 10:48:55 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2021-11-17 10:48:55 -0500
commit7c31dceeadc17bde9959194671278f5723e36c03 (patch)
treeab320f17f4020ea4c89305465b8a6006b6271f60
parent9a5935bbf41aab1ce27f5279c6b1af3cbcccb30c (diff)
downloadmako-rel_1_1.tar.gz
version 1.1.7 placeholderrel_1_1
-rw-r--r--doc/build/changelog.rst5
-rw-r--r--mako/__init__.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/build/changelog.rst b/doc/build/changelog.rst
index 13fa599..69d13b2 100644
--- a/doc/build/changelog.rst
+++ b/doc/build/changelog.rst
@@ -7,6 +7,11 @@ Changelog
===
.. changelog::
+ :version: 1.1.7
+ :include_notes_from: unreleased
+
+
+.. changelog::
:version: 1.1.6
:released: Wed Nov 17 2021
diff --git a/mako/__init__.py b/mako/__init__.py
index df2ae48..267c15e 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.6"
+__version__ = "1.1.7"