summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2009-09-18 19:32:46 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2009-09-18 19:32:46 +0200
commit2b48839fb65f0ce5276c3de4ad30a705e89a3162 (patch)
treeb61833161ba7f0adaee6901f203d5d7518e62024 /setup.py
parentf1c421d6d952035cd20a036367b858fe32945f12 (diff)
downloadjinja2-2b48839fb65f0ce5276c3de4ad30a705e89a3162.tar.gz
added a deprecation warning for a variable assignment, scope bug
that exists since 2.0, code could depend on. See :ref:`jinja-scoping-bug` for more information on this problem. Tip is 2.3 as this will be the next release (will happen soon!) --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 62cbcf5..09998a4 100644
--- a/setup.py
+++ b/setup.py
@@ -49,7 +49,7 @@ from distutils.errors import CCompilerError, DistutilsPlatformError
setup(
name='Jinja2',
- version='2.2.2',
+ version='2.3',
url='http://jinja.pocoo.org/',
license='BSD',
author='Armin Ronacher',