From 4b4cd7dda58b89cf0e295829809bcfdbbd5bf333 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20Ram=C3=ADrez?= Date: Tue, 26 Sep 2017 11:33:13 -0600 Subject: [PATCH] Increase version. --- README.md | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fc77aad..1318416 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,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.19**: Fix bug in Markdown filter on Python 3. See [#47](https://github.com/christopher-ramirez/secretary/issues/47). * **0.2.18**: 1. Auto escaping of Secretary URL scheme was not working on Python 3. 2. Is not longer needed to manually set as safe the output value of the markdown filter. diff --git a/setup.py b/setup.py index ea3d835..4cea733 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ class PyTest(TestCommand): setup( name='secretary', - version='0.2.18', + version='0.2.19', url='https://github.com/christopher-ramirez/secretary', license='MIT', author='Christopher Ramírez',