From f21e4448e07251f1b1a4fb0a66b9be5e87843b4b Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Thu, 25 Dec 2008 18:40:27 +0100 Subject: [PATCH] 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 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [] -- 2.26.2