summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@monkeypox.org>2010-03-01 04:58:26 -0800
committerR. Tyler Ballance <tyler@monkeypox.org>2010-03-01 04:58:26 -0800
commita28fcc76bacaea7403cf0ba22fdda1a5a34c13aa (patch)
tree69db291a79c7eae3d1fac4577624e38a995edc66
parentb29d0e1e5f2c788fedce18d46d45023e79e2fb68 (diff)
downloadpython-cheetah-a28fcc76bacaea7403cf0ba22fdda1a5a34c13aa.tar.gz
Denote that this is v2.4.2.1
-rw-r--r--cheetah/Version.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cheetah/Version.py b/cheetah/Version.py
index eddeed5..8ce2f2a 100644
--- a/cheetah/Version.py
+++ b/cheetah/Version.py
@@ -1,5 +1,5 @@
-Version = '2.4.2'
-VersionTuple = (2, 4, 2, 'final', 0)
+Version = '2.4.2.1'
+VersionTuple = (2, 4, 2, 'final', 1)
MinCompatibleVersion = '2.0rc6'
MinCompatibleVersionTuple = (2, 0, 0, 'candidate', 6)