From 2815589883a530720ffbd48ba1a433b6c7a434b0 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 30 Jan 2024 08:31:04 -0500 Subject: [PATCH] Version 1.3.3 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 a4c8736..5d8057b 100644 --- a/doc/build/changelog.rst +++ b/doc/build/changelog.rst @@ -6,6 +6,10 @@ Changelog 1.3 === +.. changelog:: + :version: 1.3.3 + :include_notes_from: unreleased + .. changelog:: :version: 1.3.2 :released: Tue Jan 30 2024 diff --git a/mako/__init__.py b/mako/__init__.py index d022cf8..5811e68 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.2" +__version__ = "1.3.3"