summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2016-03-09 16:48:35 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2016-03-09 16:48:35 -0500
commit3cc98d11cfe234ee275b914e6158959a000f8679 (patch)
tree27d3ed214e2839ed6e11166beeeab7c4dacb1288
parent1cfcf16f1bcb109ca32840d0e7c097d9902d6f64 (diff)
downloadmako-3cc98d11cfe234ee275b914e6158959a000f8679.tar.gz
- version bump
-rw-r--r--doc/build/changelog.rst3
-rw-r--r--mako/__init__.py2
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/build/changelog.rst b/doc/build/changelog.rst
index 9cf8089..25d63b8 100644
--- a/doc/build/changelog.rst
+++ b/doc/build/changelog.rst
@@ -6,6 +6,9 @@ Changelog
===
.. changelog::
+ :version: 1.0.4
+
+.. changelog::
:version: 1.0.3
:released: Tue Oct 27 2015
diff --git a/mako/__init__.py b/mako/__init__.py
index 74526ec..850f2a6 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.3'
+__version__ = '1.0.4'