File tree Expand file tree Collapse file tree 3 files changed +14
-13
lines changed Expand file tree Collapse file tree 3 files changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,18 @@ Changelog
8
8
9
9
.. changelog ::
10
10
:version: 1.3.2
11
- :include_notes_from: unreleased
11
+ :released: Tue Jan 30 2024
12
+
13
+ .. change ::
14
+ :tags: bug, lexer
15
+ :tickets: 323
16
+
17
+ Fixed parsing issue where attempting to render a single percent sign %
18
+ using an escaped percent %% would not function correctly if the escaped
19
+ percent were not the first character on a line. Note that this is a revised
20
+ version of a similar change made in Mako 1.3.1 which caused unexpected
21
+ parsing regressions, resulting in the release being yanked.
22
+ Pull request courtesy Hai Zhu.
12
23
13
24
.. changelog ::
14
25
:version: 1.3.1
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.1 "
91
- release_date = "Mon Jan 22 2024"
90
+ release = "1.3.2 "
91
+ release_date = "Tue Jan 30 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