Skip to content

Commit 5150564

Browse files
committed
- 1.3.0
1 parent 893e0a0 commit 5150564

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

doc/build/changelog.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ Changelog
88

99
.. changelog::
1010
:version: 1.3.0
11-
:include_notes_from: unreleased
11+
:released: Wed Nov 8 2023
12+
13+
.. change::
14+
:tags: change, installation
15+
16+
Mako 1.3.0 bumps the minimum Python version to 3.8, as 3.7 is EOL as of
17+
2023-06-27. Python 3.12 is now supported explicitly.
1218

1319
1.2
1420
===

doc/build/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@
8787
# The short X.Y version.
8888
version = mako.__version__
8989
# The full version, including alpha/beta/rc tags.
90-
release = "1.2.4"
91-
release_date = "Tue Nov 15 2022"
90+
release = "1.3.0"
91+
release_date = "Wed Nov 8 2023"
9292
# The language for content autogenerated by Sphinx. Refer to documentation
9393
# for a list of supported languages.
9494
# language = None

doc/build/unreleased/py312.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)