File tree Expand file tree Collapse file tree 3 files changed +13
-12
lines changed Expand file tree Collapse file tree 3 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,17 @@ Changelog
8
8
9
9
.. changelog ::
10
10
:version: 1.2.4
11
- :include_notes_from: unreleased
11
+ :released: Tue Nov 15 2022
12
+
13
+ .. change ::
14
+ :tags: bug, codegen
15
+ :tickets: 368
16
+
17
+ Fixed issue where unpacking nested tuples in a for loop using would raise a
18
+ "couldn't apply loop context" error if the loop context was used. The regex
19
+ used to match the for loop expression now allows the list of loop variables
20
+ to contain parenthesized sub-tuples. Pull request courtesy Matt Trescott.
21
+
12
22
13
23
.. changelog ::
14
24
:version: 1.2.3
Original file line number Diff line number Diff line change 87
87
# The short X.Y version.
88
88
version = mako .__version__
89
89
# The full version, including alpha/beta/rc tags.
90
- release = "1.2.3 "
91
- release_date = "Thu Sep 22 2022"
90
+ release = "1.2.4 "
91
+ release_date = "Tue Nov 15 2022"
92
92
# The language for content autogenerated by Sphinx. Refer to documentation
93
93
# for a list of supported languages.
94
94
# language = None
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments