Skip to content

Commit 00f1b33

Browse files
committed
- 1.2.1
1 parent 36e1046 commit 00f1b33

4 files changed

Lines changed: 18 additions & 16 deletions

File tree

doc/build/changelog.rst

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

99
.. changelog::
1010
:version: 1.2.1
11-
:include_notes_from: unreleased
11+
:released: Thu Jun 30 2022
12+
13+
.. change::
14+
:tags: performance
15+
:tickets: 361
16+
17+
Optimized some codepaths within the lexer/Python code generation process,
18+
improving performance for generation of templates prior to their being
19+
cached. Pull request courtesy Takuto Ikuta.
20+
21+
.. change::
22+
:tags: bug, tests
23+
:tickets: 360
24+
25+
Various fixes to the test suite in the area of exception message rendering
26+
to accommodate for variability in Python versions as well as Pygments.
1227

1328
.. changelog::
1429
:version: 1.2.0

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.0"
91-
release_date = "Tue Jan 18 2022"
90+
release = "1.2.1"
91+
release_date = "Thu Jun 30 2022"
9292
# The language for content autogenerated by Sphinx. Refer to documentation
9393
# for a list of supported languages.
9494
# language = None

doc/build/unreleased/360.rst

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

doc/build/unreleased/361.rst

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

0 commit comments

Comments
 (0)