summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2021-01-14 13:29:04 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2021-01-14 13:29:04 -0500
commit1cdcd163163da0b314895a932bd9e8f0b7f21e5e (patch)
treea5e6f54d4bc64be812483bfde4412fd122840f2f
parent92700475248c72f2c3a6e427f754e582a2b575fb (diff)
downloadmako-1cdcd163163da0b314895a932bd9e8f0b7f21e5e.tar.gz
- 1.1.4rel_1_1_4
-rw-r--r--doc/build/changelog.rst10
-rw-r--r--doc/build/conf.py2
-rw-r--r--doc/build/unreleased/328.rst7
3 files changed, 10 insertions, 9 deletions
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.