summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2022-09-22 15:55:41 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2022-09-22 15:55:41 -0400
commit0c4e737ff7d2a586c42f848441fef1386f2900e0 (patch)
tree20ccb5547cd0009bd89e585eaa9e70d9909bc886
parent86b2018dbb0db0595cef2ee716a78c5949db3afa (diff)
downloadmako-0c4e737ff7d2a586c42f848441fef1386f2900e0.tar.gz
Version 1.2.4 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 e04878b..e26dc24 100644
--- a/doc/build/changelog.rst
+++ b/doc/build/changelog.rst
@@ -7,6 +7,10 @@ Changelog
===
.. changelog::
+ :version: 1.2.4
+ :include_notes_from: unreleased
+
+.. changelog::
:version: 1.2.3
:released: Thu Sep 22 2022
diff --git a/mako/__init__.py b/mako/__init__.py
index 3d7dcb6..d733921 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.3"
+__version__ = "1.2.4"