This commit is contained in:
Massimo
2013-03-18 17:37:49 -05:00
parent 3f7d085f73
commit b9d80fcdc7
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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