File tree 3 files changed +11
-10
lines changed
3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,15 @@ Changelog
8
8
9
9
.. changelog ::
10
10
:version: 1.3.5
11
- :include_notes_from: unreleased
11
+ :released: Tue May 14 2024
12
+
13
+ .. change ::
14
+ :tags: bug, lexer, regression
15
+ :tickets: 400, 401
16
+
17
+ Reverted the fix for :ticket: `400 ` as it caused new issues when traversing
18
+ some bracketed situations.
19
+
12
20
13
21
.. changelog ::
14
22
:version: 1.3.4 (yanked)
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.3.4 "
91
- release_date = "Mon May 13 2024"
90
+ release = "1.3.5 "
91
+ release_date = "Tue May 14 2024"
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