summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2022-03-10 16:07:41 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2022-03-10 16:07:41 -0500
commit86025c02f25954d7be32b368c6b015f6c9f51b71 (patch)
tree93b2cbccfa43b3f8c388112bfd429e91b3072ae3
parentc81402434e8a277b0134262ad485debcffa20280 (diff)
downloadmako-86025c02f25954d7be32b368c6b015f6c9f51b71.tar.gz
Version 1.2.1 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 081ec6a..72f297a 100644
--- a/doc/build/changelog.rst
+++ b/doc/build/changelog.rst
@@ -7,6 +7,10 @@ Changelog
===
.. changelog::
+ :version: 1.2.1
+ :include_notes_from: unreleased
+
+.. changelog::
:version: 1.2.0
:released: Thu Mar 10 2022
diff --git a/mako/__init__.py b/mako/__init__.py
index 5ae5501..bbf1992 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.0"
+__version__ = "1.2.1"