Skip to content
Snippets Groups Projects
Commit c650f81e authored by Mike Bayer's avatar Mike Bayer
Browse files

- 0.9.2

- changelog for pullreq #2
parent 9e1d236e
No related branches found
No related tags found
No related merge requests found
0.9.2
- [bug] A rework of the mako-render script allows the script to run
correctly when given a file pathname that is outside of the current
directory, e.g. ``mako-render ../some_template.mako``. In this case,
the "template root" defaults to the directory in which the template
is located, instead of ".". The script also accepts a new argument
``--template-dir`` which can be specified multiple times to establish
template lookup directories. Standard input for templates also works
now too. Pull request #2 courtesy Derek Harland.
0.9.1
- [bug] Fixed bug in Babel plugin where translator comments
would be lost if intervening text nodes were encountered.
......
......@@ -5,5 +5,5 @@
# the MIT License: http://www.opensource.org/licenses/mit-license.php
__version__ = '0.9.1'
__version__ = '0.9.2'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment