File tree Expand file tree Collapse file tree 3 files changed +12
-11
lines changed Expand file tree Collapse file tree 3 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,16 @@ Changelog
88
99.. changelog ::
1010 :version: 1.3.1
11- :include_notes_from: unreleased
11+ :released: Mon Jan 22 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. Pull request courtesy Hai
20+ Zhu.
1221
1322.. changelog ::
1423 :version: 1.3.0
Original file line number Diff line number Diff line change 8787# The short X.Y version.
8888version = mako .__version__
8989# The full version, including alpha/beta/rc tags.
90- release = "1.3.0 "
91- release_date = "Wed Nov 8 2023 "
90+ release = "1.3.1 "
91+ release_date = "Mon Jan 22 2024 "
9292# The language for content autogenerated by Sphinx. Refer to documentation
9393# for a list of supported languages.
9494# language = None
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments