From bee953f9ceb1aba9860f21f123c13bcb491b2330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20Ram=C3=ADrez?= Date: Tue, 12 Apr 2016 14:57:51 -0600 Subject: [PATCH] Increase minor version number. --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bea13f5..5efa637 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,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.9**: Fix bug when unescaping `"`, `'`, `<`, `>` and '&' inside Jinja expressions. +* **0.2.10**: Fix bug when unescaping `"`, `'`, `<`, `>` and '&' inside Jinja expressions. * **0.2.8**: Fix #25. Some internal refactorings. Drop the minimal support for Jinja tags in plain text. * **0.2.7**: Truly fix regexps used to unscape XML entities present inside Jinja tags. * **0.2.6**: **AVOID THIS RELEASE** ~~Fix regexps used to unscape XML entities present inside Jinja tags.~~ diff --git a/setup.py b/setup.py index 648709f..a280fde 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ class PyTest(TestCommand): setup( name='secretary', - version='0.2.9', + version='0.2.10', url='https://github.com/christopher-ramirez/secretary', license='MIT', author='Christopher Ramírez',