aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2019-07-20 12:33:44 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2019-07-20 12:33:44 -0400
commit74c6bdaf8c631ce9af957edb0ae6c96b17bca6e2 (patch)
tree319fc206f725856816a1b5f937fc0a5f5d0ca232
parent0398aaf0f15cdbc70f0914eac130afe81257d76d (diff)
downloadexternal_python_mako-74c6bdaf8c631ce9af957edb0ae6c96b17bca6e2.tar.gz
external_python_mako-74c6bdaf8c631ce9af957edb0ae6c96b17bca6e2.tar.bz2
external_python_mako-74c6bdaf8c631ce9af957edb0ae6c96b17bca6e2.zip
Version 1.0.15 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 acbd7bd..2e943d0 100644
--- a/doc/build/changelog.rst
+++ b/doc/build/changelog.rst
@@ -6,6 +6,10 @@ Changelog
===
.. changelog::
+ :version: 1.0.15
+ :include_notes_from: unreleased
+
+.. changelog::
:version: 1.0.14
:released: Sat Jul 20 2019
diff --git a/mako/__init__.py b/mako/__init__.py
index 61c9d02..619c7b2 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.14'
+__version__ = '1.0.15'