summaryrefslogtreecommitdiff
path: root/cheetah
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@monkeypox.org>2009-12-19 15:30:52 -0800
committerR. Tyler Ballance <tyler@monkeypox.org>2009-12-19 15:30:52 -0800
commitd51badc5fc584bc18e11076f0806b36d10191d6c (patch)
tree9797dfb74663fa8d7c01032ce4df2f60bebaf53b /cheetah
parenta753724d68880488a27141d1e4f174880d39e154 (diff)
downloadpython-cheetah-d51badc5fc584bc18e11076f0806b36d10191d6c.tar.gz
Bump the version number
Diffstat (limited to 'cheetah')
-rw-r--r--cheetah/Version.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cheetah/Version.py b/cheetah/Version.py
index 69afbb0..d90917f 100644
--- a/cheetah/Version.py
+++ b/cheetah/Version.py
@@ -1,5 +1,5 @@
-Version = '2.4.0'
-VersionTuple = (2, 4, 0, 'final', 0)
+Version = '2.4.1'
+VersionTuple = (2, 4, 1, 'final', 0)
MinCompatibleVersion = '2.0rc6'
MinCompatibleVersionTuple = (2, 0, 0, 'candidate', 6)