From e51eac202cc38bfb14b3c02ca7fd677dc1b36f77 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 2 Nov 2016 22:08:59 -0400 Subject: - add 1.0.5 + changelog for the sphinx fix in 161b1cf57a3777922fd3e05a6e1314386c2a3912 --- doc/build/changelog.rst | 9 +++++++++ mako/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/build/changelog.rst b/doc/build/changelog.rst index c9a7551..2cce8cf 100644 --- a/doc/build/changelog.rst +++ b/doc/build/changelog.rst @@ -5,6 +5,15 @@ Changelog 1.0 === +.. changelog:: + :version: 1.0.5 + + .. change:: + :tags: bug + + Updated the Sphinx documentation builder to work with recent + versions of Sphinx. + .. changelog:: :version: 1.0.4 :released: Thu Mar 10 2016 diff --git a/mako/__init__.py b/mako/__init__.py index 1360163..7f09c6a 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.4' +__version__ = '1.0.5' -- cgit v1.2.3