diff --git a/doc/build/changelog.rst b/doc/build/changelog.rst index 35a7253..eef28b4 100644 --- a/doc/build/changelog.rst +++ b/doc/build/changelog.rst @@ -6,6 +6,10 @@ Changelog 1.3 === +.. changelog:: + :version: 1.3.2 + :include_notes_from: unreleased + .. changelog:: :version: 1.3.1 :released: Mon Jan 22 2024 diff --git a/mako/__init__.py b/mako/__init__.py index 847ac1e..d9fdfc1 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.1" +__version__ = "1.3.2"