Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Commit

Permalink
Update the version for a maintenance release
Browse files Browse the repository at this point in the history
  • Loading branch information
R. Tyler Ballance committed Oct 15, 2009
1 parent e354cde commit 32fffac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cheetah/Version.py
@@ -1,5 +1,5 @@
Version = '2.2.2' Version = '2.2.3'
VersionTuple = (2, 2, 2,'final', 0) VersionTuple = (2, 2, 3,'final', 0)


MinCompatibleVersion = '2.0rc6' MinCompatibleVersion = '2.0rc6'
MinCompatibleVersionTuple = (2,0,0,'candidate',6) MinCompatibleVersionTuple = (2,0,0,'candidate',6)
Expand Down

0 comments on commit 32fffac

Please sign in to comment.