From 79559d0b9422715cb327b2c44b4d9fe98105d02d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20Ram=C3=ADrez?= Date: Mon, 11 May 2015 13:55:11 -0600 Subject: [PATCH] Increase version and update documentation. --- README.md | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8608fc5..a924d85 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,7 @@ Pad zeroes to `value` to the left until output value's length be equal to `lengt Secretary supports most of the jinja2 control structure/flow tags. But please avoid using the following tags since they are not supported: `block`, `extends`, `macro`, `call`, `include` and `import`. ### Version History +* **0.2.6**: Fix regexps used to unscape XML entities present inside Jinja tags. * **0.2.5**: Fix issues [#14](https://github.com/christopher-ramirez/secretary/issues/14) and [#16](https://github.com/christopher-ramirez/secretary/issues/16). Thanks to [DieterBuysAI](/DieterBuysAI) for this release. * **0.2.4**: Fix an UnicodeEncodeError exception raised scaping tab chars. * **0.2.3**: Fix issue [#12](https://github.com/christopher-ramirez/secretary/issues/12). diff --git a/setup.py b/setup.py index aac42c4..aca4873 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ class PyTest(TestCommand): setup( name='secretary', - version='0.2.5', + version='0.2.6', url='https://github.com/christopher-ramirez/secretary', license='MIT', author='Christopher Ramírez',