summaryrefslogtreecommitdiff
path: root/cheetah/Version.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a `TypeError` caused because of `unicode` issues in python 2.7.xLakshmi Vyasarajan2012-01-261-1/+1
|
* Bump the version for the next series of developmentR. Tyler Croy2010-09-161-2/+2
| | | | Change-Id: I04a6df632c2b0c95128ef78a766514f2da5e756a
* Increment version for next series of developmentR. Tyler Ballance2010-02-071-2/+2
|
* Mark v2.4.2v2.4.2R. Tyler Ballance2010-02-071-1/+1
|
* Denote that we're working on 2.4.2rc2 nowR. Tyler Ballance2010-01-311-4/+4
|
* Tag a 2.4.2 candidate releaseR. Tyler Ballance2010-01-271-1/+1
|
* Bump version for next development cycleR. Tyler Ballance2009-12-261-2/+2
|
* Bump the version numberR. Tyler Ballance2009-12-191-2/+2
|
* Clean up a swath of fixes suggested by 2to3R. Tyler Ballance2009-11-161-3/+3
| | | | | Fixes from 2to3 include: xrange, ws_comma, repr, reduce, raise, idioms, has_key, future, filter, exec, callable, apply
* Refactor raw print statements in accordance with 2to3R. Tyler Ballance2009-11-161-5/+5
| | | | | Removed prints in a couple places entirely, some of this code should likely use the `logging` module instead
* Bump the version to Cheetah 2.4.0R. Tyler Ballance2009-10-151-2/+2
| | | | | Starting the 2.4.xx series to denote base-compatibility with Python 2.4 and up
* Bump the version in /next/ to 2.3.0R. Tyler Ballance2009-10-121-2/+2
|
* Denote this is the final version of Cheetah v2.2.2R. Tyler Ballance2009-09-101-1/+1
|
* Rename the root package to "cheetah" instead of "src" to follow more ↵R. Tyler Ballance2009-07-161-0/+58
conventional python package naming