summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2019-07-27 11:14:04 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2019-07-27 11:14:04 -0400
commitba70917a4dc40e7b789d2d1608cb718e352a82cd (patch)
treeae387e225e7942c0a42f6b5c4bad215b61eb710b
parent74c6bdaf8c631ce9af957edb0ae6c96b17bca6e2 (diff)
downloadmako-ba70917a4dc40e7b789d2d1608cb718e352a82cd.tar.gz
bump to 1.1
We want to bump Python versions so add a major release bump. Change-Id: I4b21d3782c701e4b21c5ef53c0a19eee8d2d7a40
-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"