Skip to content

Commit

Permalink
- 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzeek committed Nov 15, 2022
1 parent 2c0f1e7 commit 2fd5daa
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.4
:include_notes_from: unreleased
:released: Tue Nov 15 2022

.. change::
:tags: bug, codegen
:tickets: 368

Fixed issue where unpacking nested tuples in a for loop using would raise a
"couldn't apply loop context" error if the loop context was used. The regex
used to match the for loop expression now allows the list of loop variables
to contain parenthesized sub-tuples. Pull request courtesy Matt Trescott.


.. changelog::
:version: 1.2.3
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.3"
release_date = "Thu Sep 22 2022"
release = "1.2.4"
release_date = "Tue Nov 15 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/368.rst

This file was deleted.

0 comments on commit 2fd5daa

Please sign in to comment.