summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES13
-rw-r--r--src/Version.py4
2 files changed, 15 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 1e836f1..3f0f8f1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,19 @@ Please initial your changes (there's a key at bottom) and add a date for each
release
================================================================================
+2.0 (Oct 12, 2007)
+ !!!THIS RELEASE REQUIRES RECOMPILATION OF ALL COMPILED CHEETAH TEMPLATES!!!
+
+ - fixed exception handling issue in the C implemenation of NameMapper
+ [patch from Eric Huss]
+
+ - fixed filtering of #included subtemplates
+ [patch from Brian Bird]
+
+ See the release notes from 2.0b1-5 and 2.0rc1-8 for other changes since
+ Cheetah 1.0.
+
+
2.0rc8 (April 11, 2007)
!!!THIS RELEASE REQUIRES RECOMPILATION OF ALL COMPILED CHEETAH TEMPLATES!!!
Core Changes: [TR]
diff --git a/src/Version.py b/src/Version.py
index c3ef141..956dfab 100644
--- a/src/Version.py
+++ b/src/Version.py
@@ -1,5 +1,5 @@
-Version = '2.0rc8'
-VersionTuple = (2,0,0,'candidate',8)
+Version = '2.0'
+VersionTuple = (2,0,0,'final',0)
MinCompatibleVersion = '2.0rc6'
MinCompatibleVersionTuple = (2,0,0,'candidate',6)