Version 1.2 (2012-04-20)
------------------------
* Custom filter for jinja2 support added.
* Some fixes


Version 1.1 (pending)
---------------------

* Replaced iterable test with split filter for better control and simpler template logic
* Made options from other parts available through parts.<part-name>.<option-name> and parts[<part-name>][<option-name>]. Thanks to Remco Wendt for patch.


Version 1.0 (2009-04-13)
------------------------

* Added base-dir option for setting the root of the Jinja2 environment. Default is the Buildout directory as before.

Version 0.1.1 (2008-12-11)
--------------------------

* Stripping all options before supplying to the templates
* Added a test for checking if a value is iterable to the Jinja2 environment

Version 0.1 (2008-12-10)
------------------------

* Initial version
