Skip to content

Commit

Permalink
- 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzeek committed May 14, 2024
1 parent eece129 commit 98dfd9d
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 18 deletions.
19 changes: 18 additions & 1 deletion doc/build/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,24 @@ Changelog

.. changelog::
:version: 1.3.4
:include_notes_from: unreleased
:released: Mon May 13 2024

.. change::
:tags: bug, parser
:tickets: 398

Fixed regression caused by the fix for :ticket:`320` where new logic added
to interpret list and dictionary comprehensions would fail for expression
oriented keys. As the parsing in question was not necessary for these
keys, it's been removed. Pull request courtesy Sébastien Granjoux.

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

Fixed issue where a parsed expression which contained sub-brackets, such as
dictionary literals, would fail to be interpreted correctly even though the
initial parsing is correct. Pull request courtesy Jose Galvez.

.. changelog::
:version: 1.3.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.3.3"
release_date = "Wed Apr 10 2024"
release = "1.3.4"
release_date = "Mon May 13 2024"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
# language = None
Expand Down
8 changes: 0 additions & 8 deletions doc/build/unreleased/398.rst

This file was deleted.

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

This file was deleted.

0 comments on commit 98dfd9d

Please sign in to comment.