summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-05-17 15:28:48 -0700
committerR. Tyler Ballance <tyler@slide.com>2009-05-17 15:28:48 -0700
commitbf8732b711bf9dfd897a6ff459cb6f812400b526 (patch)
tree70a0f0a01208d6f136400d0af263da17d1862a57
parent982bd246e58dedb30939bbd9cd99537dcd939267 (diff)
downloadpython-cheetah-bf8732b711bf9dfd897a6ff459cb6f812400b526.tar.gz
Update CHANGES and Version.py for the v2.2.0 release
Signed-off-by: R. Tyler Ballance <tyler@slide.com>
-rw-r--r--CHANGES2
-rw-r--r--src/Version.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 3743469..339ea46 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,5 @@
-2.2.0 (not yet released)
+2.2.0 (May 17th, 2009)
- Switch all internal representations of template code to unicode objects instead of str() objects
- Convert unicode compiled template to an utf8 char buffer when writing to a file (Jean-Baptiste Quenot <jbq@caraldi.com>)
- 0000011: [Templates] Calling a function with arguments calls the function with None (rtyler)
diff --git a/src/Version.py b/src/Version.py
index 4df399f..016e267 100644
--- a/src/Version.py
+++ b/src/Version.py
@@ -1,5 +1,5 @@
-Version = '2.2.0rc3'
-VersionTuple = (2, 2, 0,'candidate', 3)
+Version = '2.2.0'
+VersionTuple = (2, 2, 0,'final', 0)
MinCompatibleVersion = '2.0rc6'
MinCompatibleVersionTuple = (2,0,0,'candidate',6)