From 9a5935bbf41aab1ce27f5279c6b1af3cbcccb30c Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 17 Nov 2021 10:34:32 -0500 Subject: [PATCH] - 1.1.6 --- doc/build/changelog.rst | 12 +++++++++++- doc/build/conf.py | 2 +- doc/build/unreleased/346.rst | 9 --------- 3 files changed, 12 insertions(+), 11 deletions(-) delete mode 100644 doc/build/unreleased/346.rst diff --git a/doc/build/changelog.rst b/doc/build/changelog.rst index 7b0f5d98..13fa5996 100644 --- a/doc/build/changelog.rst +++ b/doc/build/changelog.rst @@ -8,7 +8,17 @@ Changelog .. changelog:: :version: 1.1.6 - :include_notes_from: unreleased + :released: Wed Nov 17 2021 + + .. change:: + :tags: bug, lexer + :tickets: 346 + :versions: 1.2.0, 1.1.6 + + Fixed issue where control statements on multi lines with a backslash would + not parse correctly if the template itself contained CR/LF pairs as on + Windows. Pull request courtesy Charles Pigott. + .. changelog:: :version: 1.1.5 diff --git a/doc/build/conf.py b/doc/build/conf.py index 8fc794e2..fc991ce9 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -88,7 +88,7 @@ # The short X.Y version. version = mako.__version__ # The full version, including alpha/beta/rc tags. -release = "1.1.5" +release = "1.1.6" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/build/unreleased/346.rst b/doc/build/unreleased/346.rst deleted file mode 100644 index 329116c2..00000000 --- a/doc/build/unreleased/346.rst +++ /dev/null @@ -1,9 +0,0 @@ -.. change:: - :tags: bug, lexer - :tickets: 346 - :versions: 1.2.0, 1.1.6 - - Fixed issue where control statements on multi lines with a backslash would - not parse correctly if the template itself contained CR/LF pairs as on - Windows. Pull request courtesy Charles Pigott. -