- implemented the `{% call %}` block. `call` and `endcall` can still be used
as identifiers until Jinja 1.3
-- it's not possible to stream templates.
+- it's now possible to stream templates.
- fixed a corner case when defining a block inside of a condition
pylint:
@pylint --rcfile scripts/pylintrc jinja
-
-release: documentation
- @(python2.3 setup.py release bdist_egg upload; python2.4 setup.py release bdist_egg upload; python2.5 setup.py release bdist_egg sdist upload)
-
-test-release: documentation
- @(python2.3 setup.py release bdist_egg; python2.4 setup.py release bdist_egg; python2.5 setup.py release bdist_egg sdist)