aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/build/changelog.rst4
-rw-r--r--mako/__init__.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/build/changelog.rst b/doc/build/changelog.rst
index b69686c..fdef573 100644
--- a/doc/build/changelog.rst
+++ b/doc/build/changelog.rst
@@ -6,6 +6,10 @@ Changelog
===
.. changelog::
+ :version: 1.0.9
+ :include_notes_from: unreleased
+
+.. changelog::
:version: 1.0.8
:released: Wed Mar 20 2019
:released: Wed Mar 20 2019
diff --git a/mako/__init__.py b/mako/__init__.py
index a73ab1e..1328cd1 100644
--- a/mako/__init__.py
+++ b/mako/__init__.py
@@ -5,4 +5,4 @@
# the MIT License: http://www.opensource.org/licenses/mit-license.php
-__version__ = '1.0.8'
+__version__ = '1.0.9'