From 92af75695c273744b63b900330e3222c2d0d1863 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Thu, 25 Dec 2008 18:51:22 +0100 Subject: [PATCH] Tip is 2.2 --HG-- branch : trunk --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [] -- 2.26.2