summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.
-
-