This commit is contained in:
mdipierro
2013-04-06 12:12:32 -05:00
parent 5a898cc80a
commit aca3d43f0a
3 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
## 2.4.6
- better tests
- new ANY_OF and IS_IPV6 validators
- new custom save option
- many small bug fixes
## 2.4.5
- travis.ci integration (thanks Marc Abramowitz and Niphlod). Passes all tests (thanks Niplod).

View File

@@ -30,7 +30,7 @@ update:
echo "remember that pymysql was tweaked"
src:
### Use semantic versioning
echo 'Version 2.4.5-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION
echo 'Version 2.4.6-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION
### rm -f all junk files
make clean
### clean up baisc apps

View File

@@ -1 +1 @@
Version 2.4.5-stable+timestamp.2013.04.06.11.12.40
Version 2.4.6-stable+timestamp.2013.04.06.12.11.51