summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2021-08-20 12:28:16 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2021-08-20 12:28:16 -0400
commit5b99a413679cb49ec8dd3546b1a20a6076a1abdc (patch)
tree923a5e98a93d07ee2ee02e2679e41d3af7f5806f
parent0e610d6e688e2cedbdbf27771b6a99aebe5b80bd (diff)
downloadmako-5b99a413679cb49ec8dd3546b1a20a6076a1abdc.tar.gz
- 1.1.5rel_1_1_5
-rw-r--r--doc/build/changelog.rst11
-rw-r--r--doc/build/conf.py2
-rw-r--r--doc/build/unreleased/338.rst8
3 files changed, 11 insertions, 10 deletions
diff --git a/doc/build/changelog.rst b/doc/build/changelog.rst
index b06e0d7..e06ca60 100644
--- a/doc/build/changelog.rst
+++ b/doc/build/changelog.rst
@@ -8,7 +8,16 @@ Changelog
.. changelog::
:version: 1.1.5
- :include_notes_from: unreleased
+ :released: Fri Aug 20 2021
+
+ .. change::
+ :tags: bug, tests
+ :tickets: 338
+
+ Fixed some issues with running the test suite which would be revealed by
+ running tests in random order.
+
+
.. changelog::
:version: 1.1.4
diff --git a/doc/build/conf.py b/doc/build/conf.py
index 8c3b1ab..8fc794e 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.4"
+release = "1.1.5"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/doc/build/unreleased/338.rst b/doc/build/unreleased/338.rst
deleted file mode 100644
index 8439530..0000000
--- a/doc/build/unreleased/338.rst
+++ /dev/null
@@ -1,8 +0,0 @@
-.. change::
- :tags: bug, tests
- :tickets: 338
-
- Fixed some issues with running the test suite which would be revealed by
- running tests in random order.
-
-