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

- changelog

- guess this is 0.9.0
parent 40427548
No related branches found
No related tags found
No related merge requests found
0.9.0
- [bug] Fixed the babel plugin to properly interpret ${} sections
inside of a "call" tag, i.e. <%self:some_tag attr="${_('foo')}"/>.
Code that's subject to babel escapes in here needs to be
specified as a Python expression, not a literal. This change
is backwards incompatible vs. code that is relying upon a _('')
translation to be working within a call tag.
0.8.1
- [bug] Changed setup.py to skip installing markupsafe
if Python version is < 2.6 or is between 3.0 and
......
......@@ -5,5 +5,5 @@
# the MIT License: http://www.opensource.org/licenses/mit-license.php
__version__ = '0.8.1'
__version__ = '0.9.0'
......@@ -87,3 +87,4 @@ ${_(u'bar')}
</%self:block_tpl>
</%def>
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