diff --git a/doc/build/changelog.rst b/doc/build/changelog.rst index bf954f21..fd4a8092 100644 --- a/doc/build/changelog.rst +++ b/doc/build/changelog.rst @@ -8,7 +8,15 @@ Changelog .. changelog:: :version: 1.3.5 - :include_notes_from: unreleased + :released: Tue May 14 2024 + + .. change:: + :tags: bug, lexer, regression + :tickets: 400, 401 + + Reverted the fix for :ticket:`400` as it caused new issues when traversing + some bracketed situations. + .. changelog:: :version: 1.3.4 (yanked) diff --git a/doc/build/conf.py b/doc/build/conf.py index 05db829d..57be0324 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -87,8 +87,8 @@ # The short X.Y version. version = mako.__version__ # The full version, including alpha/beta/rc tags. -release = "1.3.4" -release_date = "Mon May 13 2024" +release = "1.3.5" +release_date = "Tue May 14 2024" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. # language = None diff --git a/doc/build/unreleased/400.rst b/doc/build/unreleased/400.rst deleted file mode 100644 index 2c98fdf4..00000000 --- a/doc/build/unreleased/400.rst +++ /dev/null @@ -1,7 +0,0 @@ -.. change:: - :tags: bug, lexer, regression - :tickets: 400, 401 - - Reverted the fix for :ticket:`400` as it caused new issues when traversing - some bracketed situations. -