Update version number.

This commit is contained in:
Christopher Ramírez 2016-11-04 11:13:18 -06:00
parent 3f0b97ac64
commit d0bdea1874
2 changed files with 2 additions and 2 deletions

View file

@ -147,7 +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.13**: 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**: ---