From 1cdcd163163da0b314895a932bd9e8f0b7f21e5e Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 14 Jan 2021 13:29:04 -0500 Subject: - 1.1.4 --- doc/build/changelog.rst | 10 +++++++++- doc/build/conf.py | 2 +- doc/build/unreleased/328.rst | 7 ------- 3 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 doc/build/unreleased/328.rst diff --git a/doc/build/changelog.rst b/doc/build/changelog.rst index 36066ee..5254cf7 100644 --- a/doc/build/changelog.rst +++ b/doc/build/changelog.rst @@ -8,7 +8,15 @@ Changelog .. changelog:: :version: 1.1.4 - :include_notes_from: unreleased + :released: Thu Jan 14 2021 + + .. change:: + :tags: bug, py3k + :tickets: 328 + + Fixed Python deprecation issues related to module importing, as well as + file access within the Lingua plugin, for deprecated APIs that began to + emit warnings under Python 3.10. Pull request courtesy Petr Viktorin. .. changelog:: :version: 1.1.3 diff --git a/doc/build/conf.py b/doc/build/conf.py index a2010ba..8c3b1ab 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -88,7 +88,7 @@ copyright = u"the Mako authors and contributors" # The short X.Y version. version = mako.__version__ # The full version, including alpha/beta/rc tags. -release = "1.1.3" +release = "1.1.4" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/build/unreleased/328.rst b/doc/build/unreleased/328.rst deleted file mode 100644 index a3fba59..0000000 --- a/doc/build/unreleased/328.rst +++ /dev/null @@ -1,7 +0,0 @@ -.. change:: - :tags: bug, py3k - :tickets: 328 - - Fixed Python deprecation issues related to module importing, as well as - file access within the Lingua plugin, for deprecated APIs that began to - emit warnings under Python 3.10. Pull request courtesy Petr Viktorin. -- cgit v1.2.1