Update version number.
This commit is contained in:
parent
2896491e79
commit
8031bc3876
2 changed files with 3 additions and 2 deletions
|
|
@ -153,7 +153,8 @@ 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.6**: Fix regexps used to unscape XML entities present inside Jinja tags.
|
* **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.~~
|
||||||
* **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.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.4**: Fix an UnicodeEncodeError exception raised scaping tab chars.
|
||||||
* **0.2.3**: Fix issue [#12](https://github.com/christopher-ramirez/secretary/issues/12).
|
* **0.2.3**: Fix issue [#12](https://github.com/christopher-ramirez/secretary/issues/12).
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -26,7 +26,7 @@ class PyTest(TestCommand):
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='secretary',
|
name='secretary',
|
||||||
version='0.2.6',
|
version='0.2.7',
|
||||||
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