From: Armin Ronacher <armin.ronacher@active-4.com>
Date: Thu, 25 Dec 2008 17:40:27 +0000 (+0100)
Subject: On our way to 2.2 we found a bug in 2.1 and our repo is now 2.1.1 :)  No need to... 
X-Git-Tag: 2.1.1
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f21e4448e07251f1b1a4fb0a66b9be5e87843b4b;p=jinja2.git

On our way to 2.2 we found a bug in 2.1 and our repo is now 2.1.1 :)  No need to branch for that.

--HG--
branch : trunk
---

diff --git a/setup.py b/setup.py
index 439ce9f..2f1c3e7 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.2'
+VERSION = '2.1.1'
 
 
 data_files = []