aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2019-05-31 14:49:30 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2019-05-31 14:49:30 -0400
commit9f23c60f6db9322311576e13e68d13ddccca38c9 (patch)
tree018b70e2426a47d731e98fa86eb2204838f9ab3a
parente233e25ea06484abb7e6ed94f866b985361f18e2 (diff)
downloadexternal_python_mako-9f23c60f6db9322311576e13e68d13ddccca38c9.tar.gz
external_python_mako-9f23c60f6db9322311576e13e68d13ddccca38c9.tar.bz2
external_python_mako-9f23c60f6db9322311576e13e68d13ddccca38c9.zip
Version 1.0.12 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 0f23176..60c7ae2 100644
--- a/doc/build/changelog.rst
+++ b/doc/build/changelog.rst
@@ -6,6 +6,10 @@ Changelog
===
.. changelog::
+ :version: 1.0.12
+ :include_notes_from: unreleased
+
+.. changelog::
:version: 1.0.11
:released: Fri May 31 2019
diff --git a/mako/__init__.py b/mako/__init__.py
index 83ecb90..dedc58e 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.11"
+__version__ = '1.0.12'