diff --git a/CHANGELOG b/CHANGELOG index 95045436..ac57cf3c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +## 2.4.5 + +- travis.ci integration (thanks Marc Abramowitz and Niphlod). Passes all tests (thanks Niplod). +- IS_DATE and IS_DATETIME can specify timezone + ## 2.4.1- 2.4.3 - 2D GEO API: geoPoint, getLine, geoPolygon diff --git a/Makefile b/Makefile index 35ceb97a..94ce42cf 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ update: echo "remember that pymysql was tweaked" src: ### Use semantic versioning - echo 'Version 2.4.4-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION + echo 'Version 2.4.5-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION ### rm -f all junk files make clean ### clean up baisc apps diff --git a/VERSION b/VERSION index 6949496f..942c1d5b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.4.4-stable+timestamp.2013.03.18.17.33.31 +Version 2.4.5-stable+timestamp.2013.03.18.17.37.19