From dc66614a2b9ba19ee880c855471c37cd3307c22a Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 8 Nov 2023 14:27:35 -0500 Subject: [PATCH] Version 1.3.1 placeholder --- doc/build/changelog.rst | 4 ++++ mako/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/build/changelog.rst b/doc/build/changelog.rst index 61019e6..ea46e6c 100644 --- a/doc/build/changelog.rst +++ b/doc/build/changelog.rst @@ -6,6 +6,10 @@ Changelog 1.3 === +.. changelog:: + :version: 1.3.1 + :include_notes_from: unreleased + .. changelog:: :version: 1.3.0 :released: Wed Nov 8 2023 diff --git a/mako/__init__.py b/mako/__init__.py index 25d577d..847ac1e 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.3.0" +__version__ = "1.3.1"