summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2016-11-08 17:26:31 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2016-11-08 17:26:31 -0500
commita18728101e696b05853e89d8b2fe1b7e825a9302 (patch)
tree4940474682918988c694c00fb467c872368ed369
parent4d33702cc4f7233584d17275adb5601c80560e5d (diff)
downloadmako-a18728101e696b05853e89d8b2fe1b7e825a9302.tar.gz
- 1.0.6 placeholder
Change-Id: Ib357002b0c919ce532c9b67ba40fcee91ba2554c
-rw-r--r--doc/build/changelog.rst3
-rw-r--r--mako/__init__.py2
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/build/changelog.rst b/doc/build/changelog.rst
index 85f49cc..d01e91d 100644
--- a/doc/build/changelog.rst
+++ b/doc/build/changelog.rst
@@ -6,6 +6,9 @@ Changelog
===
.. changelog::
+ :version: 1.0.6
+
+.. changelog::
:version: 1.0.5
:released: Wed Nov 2 2016
diff --git a/mako/__init__.py b/mako/__init__.py
index 7f09c6a..eaa24dc 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.5'
+__version__ = '1.0.6'