Skip to content

Commit 6b91faa

Browse files
committedApr 10, 2024
- 1.3.3
1 parent b90eabe commit 6b91faa

File tree

4 files changed

+22
-20
lines changed

4 files changed

+22
-20
lines changed
 

‎doc/build/changelog.rst

+20-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,26 @@ Changelog
88

99
.. changelog::
1010
:version: 1.3.3
11-
:include_notes_from: unreleased
11+
:released: Wed Apr 10 2024
12+
13+
.. change::
14+
:tags: bug, codegen
15+
:tickets: 146
16+
17+
Fixed unexpected error when use control lines which the
18+
first control block with no bodies other than comments,
19+
as `pass` is now added to the first empty block.
20+
Pull request courtesy Hai Zhu.
21+
22+
.. change::
23+
:tags: bug, parser
24+
:tickets: 320
25+
26+
Fixed unexpected syntax error in strict_undefined mode that occurred
27+
when using comprehensions within a function in a Mako Python code block.
28+
Now, the local variable in comprehensions won't be added to the checklist
29+
when using strict_undefined mode.
30+
Pull request courtesy Hai Zhu.
1231

1332
.. changelog::
1433
:version: 1.3.2

‎doc/build/conf.py

+2-2
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.3.2"
91-
release_date = "Tue Jan 30 2024"
90+
release = "1.3.3"
91+
release_date = "Wed Apr 10 2024"
9292
# The language for content autogenerated by Sphinx. Refer to documentation
9393
# for a list of supported languages.
9494
# language = None

‎doc/build/unreleased/146.rst

-8
This file was deleted.

‎doc/build/unreleased/320.rst

-9
This file was deleted.

0 commit comments

Comments
 (0)