aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/build/changelog.rst2
-rw-r--r--mako/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/build/changelog.rst b/doc/build/changelog.rst
index 2e943d0..5cdb7ab 100644
--- a/doc/build/changelog.rst
+++ b/doc/build/changelog.rst
@@ -6,7 +6,7 @@ Changelog
===
.. changelog::
- :version: 1.0.15
+ :version: 1.1.0
:include_notes_from: unreleased
.. changelog::
diff --git a/mako/__init__.py b/mako/__init__.py
index 619c7b2..2f150a2 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.15'
+__version__ = "1.1.0"