summaryrefslogtreecommitdiff
path: root/cheetah
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@monkeypox.org>2010-02-07 20:17:17 -0800
committerR. Tyler Ballance <tyler@monkeypox.org>2010-02-07 20:17:17 -0800
commitd20b523d30d77b2bccb8cfa0d39ab416e35da9c0 (patch)
treed44dfd7a44a26a5f146f735771783556aea6be81 /cheetah
parent62f5a2fe995695c1a88cef5e059192b20143afe0 (diff)
downloadpython-cheetah-d20b523d30d77b2bccb8cfa0d39ab416e35da9c0.tar.gz
Mark v2.4.2v2.4.2
Diffstat (limited to 'cheetah')
-rw-r--r--cheetah/Version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cheetah/Version.py b/cheetah/Version.py
index 5a9568c..eddeed5 100644
--- a/cheetah/Version.py
+++ b/cheetah/Version.py
@@ -1,5 +1,5 @@
Version = '2.4.2'
-VersionTuple = (2, 4, 2, 'candidate', 2)
+VersionTuple = (2, 4, 2, 'final', 0)
MinCompatibleVersion = '2.0rc6'
MinCompatibleVersionTuple = (2, 0, 0, 'candidate', 6)