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 3007717..ab083a0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
+2.1.2 (May 5, 2009)
+ - 0000006: [Templates] Support @staticmethod and @classmethod (rtyler)
+
2.1.1 (April 16, 2009)
- Support __eq__() and __ne__() the way you might expect in src/Tools/RecursiveNull (patch suggested by Peter Warasin <peter@endian.com>)
- Applied patch to avoid hitting the filesystem to get the file modification time everytime a #include directive is processed (Jean-Baptiste Quenot <jbq@caraldi.com>)
diff --git a/src/Version.py b/src/Version.py
index 30bf439..390053d 100644
--- a/src/Version.py
+++ b/src/Version.py
@@ -1,5 +1,5 @@
-Version = '2.1.1'
-VersionTuple = (2,1,1,'final',0)
+Version = '2.1.2'
+VersionTuple = (2,1,2,'final',0)
MinCompatibleVersion = '2.0rc6'
MinCompatibleVersionTuple = (2,0,0,'candidate',6)