summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2022-11-15 09:40:50 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2022-11-15 09:40:50 -0500
commit359608348dc434f9fef913916b9f98792ab57f9c (patch)
tree3649ae1302642586dcab16c945627e44186e4d9e
parent2fd5daa24a09fc6a52f60bdb9402faaf91f2e7a1 (diff)
downloadmako-359608348dc434f9fef913916b9f98792ab57f9c.tar.gz
Version 1.2.5 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 e58352b..98f7423 100644
--- a/doc/build/changelog.rst
+++ b/doc/build/changelog.rst
@@ -7,6 +7,10 @@ Changelog
===
.. changelog::
+ :version: 1.2.5
+ :include_notes_from: unreleased
+
+.. changelog::
:version: 1.2.4
:released: Tue Nov 15 2022
diff --git a/mako/__init__.py b/mako/__init__.py
index d733921..a5a92c1 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.2.4"
+__version__ = "1.2.5"