summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2015-10-26 19:57:34 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2015-10-26 19:57:34 -0400
commit48a961ee984273f89770fda02edd44162eebf29e (patch)
treeb154c5a47b1624b3dfa410e075b3eef3443c791e
parentd838e4496bb573c252253722401e4f05f55db0e6 (diff)
downloadmako-48a961ee984273f89770fda02edd44162eebf29e.tar.gz
- changelog for pullreq bitbucket:21
-rw-r--r--doc/build/changelog.rst11
-rw-r--r--mako/__init__.py2
2 files changed, 12 insertions, 1 deletions
diff --git a/doc/build/changelog.rst b/doc/build/changelog.rst
index c932495..2796419 100644
--- a/doc/build/changelog.rst
+++ b/doc/build/changelog.rst
@@ -6,6 +6,17 @@ Changelog
===
.. changelog::
+ :version: 1.0.3
+
+ .. change::
+ :tags: bug, babel
+ :pullreq: bitbucket:21
+
+ Fixed an issue where the Babel plugin would not handle a translation
+ symbol that contained non-ascii characters. Pull request courtesy
+ Roman Imankulov.
+
+.. changelog::
:version: 1.0.2
:released: Wed Aug 26 2015
diff --git a/mako/__init__.py b/mako/__init__.py
index 59d4060..74526ec 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.2'
+__version__ = '1.0.3'