aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2019-06-05 22:17:57 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2019-06-05 22:17:57 -0400
commit6b7221688d013444c7bfb6c7e96c97c71b649a1d (patch)
treee6fffeedb5deaf86cc2e049ee88c1aea9a779b99
parente96afac261ce835a40680d0d4611626d5dee4cf9 (diff)
downloadexternal_python_mako-6b7221688d013444c7bfb6c7e96c97c71b649a1d.tar.gz
external_python_mako-6b7221688d013444c7bfb6c7e96c97c71b649a1d.tar.bz2
external_python_mako-6b7221688d013444c7bfb6c7e96c97c71b649a1d.zip
- 1.0.12rel_1_0_12
-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.
-