summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2009-09-17 00:48:41 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2009-09-17 00:48:41 +0200
commitf1c421d6d952035cd20a036367b858fe32945f12 (patch)
tree83d5b8292b9023756eb12c71d7b05e68c94865dc /setup.py
parentc4fc031bbc0948fc8861f47636019ad0e824c52d (diff)
downloadjinja2-f1c421d6d952035cd20a036367b858fe32945f12.tar.gz
fixes issue with code generator that causes unbound variables
to be generated if set was used in if-blocks. --HG-- branch : trunk
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 09998a4..62cbcf5 100644
--- a/setup.py
+++ b/setup.py
@@ -49,7 +49,7 @@ from distutils.errors import CCompilerError, DistutilsPlatformError
setup(
name='Jinja2',
- version='2.3',
+ version='2.2.2',
url='http://jinja.pocoo.org/',
license='BSD',
author='Armin Ronacher',