| commit | f21e4448e07251f1b1a4fb0a66b9be5e87843b4b | [log] [tgz] |
|---|---|---|
| author | Armin Ronacher <armin.ronacher@active-4.com> | Thu Dec 25 18:40:27 2008 +0100 |
| committer | Armin Ronacher <armin.ronacher@active-4.com> | Thu Dec 25 18:40:27 2008 +0100 |
| tree | a0155f6e5b9e0bf3c0c51fb4cb9f61e7b8d7af08 | |
| parent | cebd838f5af4ff99d862cbafab1a6a782dd50b56 [diff] [blame] |
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 @@ #: 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 = []