Skip to content

Commit

Permalink
- 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzeek committed Aug 29, 2022
1 parent b5ac84b commit 5054cc0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
12 changes: 11 additions & 1 deletion doc/build/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,17 @@ Changelog

.. changelog::
:version: 1.2.2
:include_notes_from: unreleased
:released: Mon Aug 29 2022

.. change::
:tags: bug, lexer
:tickets: 366

Fixed issue in lexer where the regexp used to match tags would not
correctly interpret quoted sections individually. While this parsing issue
still produced the same expected tag structure later on, the mis-handling
of quoted sections was also subject to a regexp crash if a tag had a large
number of quotes within its quoted sections.

.. changelog::
:version: 1.2.1
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.1"
release_date = "Thu Jun 30 2022"
release = "1.2.2"
release_date = "Mon Aug 29 2022"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
# language = None
Expand Down
9 changes: 0 additions & 9 deletions doc/build/unreleased/366.rst

This file was deleted.

0 comments on commit 5054cc0

Please sign in to comment.