From c9c0534542f05a3229045c2f85f2376aff65dc16 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 13 May 2024 21:18:15 -0400 Subject: [PATCH] Version 1.3.5 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 9968d9f..23d362a 100644 --- a/doc/build/changelog.rst +++ b/doc/build/changelog.rst @@ -6,6 +6,10 @@ Changelog 1.3 === +.. changelog:: + :version: 1.3.5 + :include_notes_from: unreleased + .. changelog:: :version: 1.3.4 :released: Mon May 13 2024 diff --git a/mako/__init__.py b/mako/__init__.py index dd1f313..0ac3dd6 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.4" +__version__ = "1.3.5"