summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@monkeypox.org>2009-10-15 11:40:27 -0700
committerR. Tyler Ballance <tyler@monkeypox.org>2009-10-15 11:40:27 -0700
commit8237cf474f5398ec737c1f9bc511cbb40b7655bb (patch)
tree69412b70e4a5595fa770780981cd2a14330b1d52
parent2e5c9bc2ff7bbb1b2496038860a120ecae15591b (diff)
downloadpython-cheetah-8237cf474f5398ec737c1f9bc511cbb40b7655bb.tar.gz
Bump the version to Cheetah 2.4.0
Starting the 2.4.xx series to denote base-compatibility with Python 2.4 and up
-rw-r--r--cheetah/Version.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cheetah/Version.py b/cheetah/Version.py
index bb49856..7fdf82f 100644
--- a/cheetah/Version.py
+++ b/cheetah/Version.py
@@ -1,5 +1,5 @@
-Version = '2.3.0'
-VersionTuple = (2, 3, 0, 'development', 0)
+Version = '2.4.0'
+VersionTuple = (2, 4, 0, 'final', 0)
MinCompatibleVersion = '2.0rc6'
MinCompatibleVersionTuple = (2,0,0,'candidate',6)