* Added Jinja function to generate a random string
1.2.1
--------------------------
* Fix packaging information
1.2
------------------------
* Updates tests * Add the 'type' builtin in the Environment globals * Update the documentation
1.1
------------------------
* Update bootstrap.py. * Add a 'shell_quote' Jinja filter. * Cleanup code. * Python3 compliance (seems to work fine with 3.4). * Add some python builtins like (any, all, bool, zip, sorted, len, int, min, max) available in templates. * Add more tests.