Increase version.
This commit is contained in:
parent
91d1fb48cc
commit
4b4cd7dda5
2 changed files with 2 additions and 1 deletions
|
|
@ -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`.
|
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
|
### 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**:
|
* **0.2.18**:
|
||||||
1. Auto escaping of Secretary URL scheme was not working on Python 3.
|
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.
|
2. Is not longer needed to manually set as safe the output value of the markdown filter.
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -26,7 +26,7 @@ class PyTest(TestCommand):
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='secretary',
|
name='secretary',
|
||||||
version='0.2.18',
|
version='0.2.19',
|
||||||
url='https://github.com/christopher-ramirez/secretary',
|
url='https://github.com/christopher-ramirez/secretary',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
author='Christopher Ramírez',
|
author='Christopher Ramírez',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue