aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/build/changelog.rst10
-rw-r--r--doc/build/conf.py2
-rw-r--r--doc/build/unreleased/296.rst7
3 files changed, 10 insertions, 9 deletions
diff --git a/doc/build/changelog.rst b/doc/build/changelog.rst
index 60c7ae2..f5e93d9 100644
--- a/doc/build/changelog.rst
+++ b/doc/build/changelog.rst
@@ -7,7 +7,15 @@ Changelog
.. changelog::
:version: 1.0.12
- :include_notes_from: unreleased
+ :released: Wed Jun 5 2019
+
+ .. change::
+ :tags: bug, py3k
+ :tickets: 296
+
+ Fixed regression where import refactors in Mako 1.0.11 caused broken
+ imports on Python 3.8.
+
.. changelog::
:version: 1.0.11
diff --git a/doc/build/conf.py b/doc/build/conf.py
index 787d059..b069052 100644
--- a/doc/build/conf.py
+++ b/doc/build/conf.py
@@ -70,7 +70,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 = mako.__version__
+release = "1.0.12"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/doc/build/unreleased/296.rst b/doc/build/unreleased/296.rst
deleted file mode 100644
index b6ba8e0..0000000
--- a/doc/build/unreleased/296.rst
+++ /dev/null
@@ -1,7 +0,0 @@
-.. change::
- :tags: bug, py3k
- :tickets: 296
-
- Fixed regression where import refactors in Mako 1.0.11 caused broken
- imports on Python 3.8.
-