From fdd62c3ff6f21a11b8c098e6d8019bb3b3ef1e4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20Ram=C3=ADrez?= Date: Fri, 4 Nov 2016 11:05:02 -0600 Subject: [PATCH] Increase version number. --- README.md | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a67c802..db2e7ff 100644 --- a/README.md +++ b/README.md @@ -147,6 +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.12**: Fix reported bug in markdown filter outputing emply lists. * **0.2.11**: Fix bug when unescaping `"`, `'`, `<`, `>` and '&' inside Jinja expressions. * **0.2.10**: --- * **0.2.9**: --- diff --git a/setup.py b/setup.py index f00ba4f..c45af52 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ class PyTest(TestCommand): setup( name='secretary', - version='0.2.11', + version='0.2.12', url='https://github.com/christopher-ramirez/secretary', license='MIT', author='Christopher Ramírez',