Skip to content

Commit 9a5935b

Browse files
committed
- 1.1.6
1 parent 0c1222d commit 9a5935b

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

doc/build/changelog.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,17 @@ Changelog
88

99
.. changelog::
1010
:version: 1.1.6
11-
:include_notes_from: unreleased
11+
:released: Wed Nov 17 2021
12+
13+
.. change::
14+
:tags: bug, lexer
15+
:tickets: 346
16+
:versions: 1.2.0, 1.1.6
17+
18+
Fixed issue where control statements on multi lines with a backslash would
19+
not parse correctly if the template itself contained CR/LF pairs as on
20+
Windows. Pull request courtesy Charles Pigott.
21+
1222

1323
.. changelog::
1424
:version: 1.1.5

doc/build/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
# The short X.Y version.
8989
version = mako.__version__
9090
# The full version, including alpha/beta/rc tags.
91-
release = "1.1.5"
91+
release = "1.1.6"
9292

9393
# The language for content autogenerated by Sphinx. Refer to documentation
9494
# for a list of supported languages.

doc/build/unreleased/346.rst

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)