summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)