On our way to 2.2 we found a bug in 2.1 and our repo is now 2.1.1 :) No need to... 2.1.1
authorArmin Ronacher <armin.ronacher@active-4.com>
Thu, 25 Dec 2008 17:40:27 +0000 (18:40 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Thu, 25 Dec 2008 17:40:27 +0000 (18:40 +0100)
--HG--
branch : trunk

setup.py

index 439ce9f18c018e522909026426b45a5ea7394fbc..2f1c3e725a0136791bb9ac9465c796c03d683dd3 100644 (file)
--- 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 = []