summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES3
-rw-r--r--src/Version.py4
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index ed3154d..3423e64 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,9 @@ Please initial your changes (there's a key at bottom) and add a date for each
release
================================================================================
+2.1.1 (not yet released)
+ -
+
2.1.0 (March 16, 2009)
- Quiet DeprecationWarnings being printed to stderr when using Cheetah on Python 2.6 and up. Patch suggested by Satoru SATOH <satoru.satoh@gmail.com>
- Apply patch to support parallel compilation of templates courtesy of Evan Klitzke <evan@eklitzke.org>
diff --git a/src/Version.py b/src/Version.py
index 9b7471f..30bf439 100644
--- a/src/Version.py
+++ b/src/Version.py
@@ -1,5 +1,5 @@
-Version = '2.1.0'
-VersionTuple = (2,1,0,'final',0)
+Version = '2.1.1'
+VersionTuple = (2,1,1,'final',0)
MinCompatibleVersion = '2.0rc6'
MinCompatibleVersionTuple = (2,0,0,'candidate',6)