From e0f01450435d14f4e9eece2b9ed1343b9b9f42d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20Ram=C3=ADrez?= Date: Tue, 3 Feb 2015 16:23:07 -0600 Subject: [PATCH] Fix refence issue number in readme.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a36ca52..c0f8856 100644 --- a/README.md +++ b/README.md @@ -156,7 +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.3**: Fix issue [#13](https://github.com/christopher-ramirez/secretary/issues/12). +* **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) * **0.2.0**: **Backward incompatible release**. Still compatible with existing templates. Introduce auto flow handling, better logging and minor bug fixes.