From: Armin Ronacher Date: Thu, 25 Dec 2008 17:51:22 +0000 (+0100) Subject: Tip is 2.2 X-Git-Tag: 2.2~55 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=92af75695c273744b63b900330e3222c2d0d1863;p=jinja2.git Tip is 2.2 --HG-- branch : trunk --- diff --git a/setup.py b/setup.py index 2f1c3e7..439ce9f 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ from distutils.errors import CCompilerError, DistutilsPlatformError #: don't change the variable and assignment. the fabfile parses this #: file to get the version for deployment from it. -VERSION = '2.1.1' +VERSION = '2.2' data_files = []