Skip to content

Commit

Permalink
- 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzeek committed Jun 30, 2022
1 parent 36e1046 commit 00f1b33
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 16 deletions.
17 changes: 16 additions & 1 deletion doc/build/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,22 @@ Changelog

.. changelog::
:version: 1.2.1
:include_notes_from: unreleased
:released: Thu Jun 30 2022

.. change::
:tags: performance
:tickets: 361

Optimized some codepaths within the lexer/Python code generation process,
improving performance for generation of templates prior to their being
cached. Pull request courtesy Takuto Ikuta.

.. change::
:tags: bug, tests
:tickets: 360

Various fixes to the test suite in the area of exception message rendering
to accommodate for variability in Python versions as well as Pygments.

.. changelog::
:version: 1.2.0
Expand Down
4 changes: 2 additions & 2 deletions doc/build/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
# The short X.Y version.
version = mako.__version__
# The full version, including alpha/beta/rc tags.
release = "1.2.0"
release_date = "Tue Jan 18 2022"
release = "1.2.1"
release_date = "Thu Jun 30 2022"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
# language = None
Expand Down
6 changes: 0 additions & 6 deletions doc/build/unreleased/360.rst

This file was deleted.

7 changes: 0 additions & 7 deletions doc/build/unreleased/361.rst

This file was deleted.

0 comments on commit 00f1b33

Please sign in to comment.