Skip to content
This repository has been archived by the owner on Mar 8, 2018. It is now read-only.

Commit

Permalink
Bump the version to Cheetah 2.4.0
Browse files Browse the repository at this point in the history
Starting the 2.4.xx series to denote base-compatibility with Python 2.4
and up
  • Loading branch information
R. Tyler Ballance committed Oct 15, 2009
1 parent 2e5c9bc commit 8237cf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cheetah/Version.py
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 8237cf4

Please sign in to comment.