Update version number.

This commit is contained in:
Christopher Ramírez 2015-04-13 11:51:01 -06:00
parent cb60f1ee0b
commit 865ece2e24
2 changed files with 2 additions and 1 deletions

View file

@ -156,6 +156,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.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.2**: Introduce image support.
* **0.2.1**: Fix issue [#8](https://github.com/christopher-ramirez/secretary/issues/8)

View file

@ -26,7 +26,7 @@ class PyTest(TestCommand):
setup(
name='secretary',
version='0.2.3',
version='0.2.4',
url='https://github.com/christopher-ramirez/secretary',
license='MIT',
author='Christopher Ramírez',