From aca3d43f0a92074d8dba45448946096ed016fdb6 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Sat, 6 Apr 2013 12:12:32 -0500 Subject: [PATCH] R-2.4.6 --- CHANGELOG | 7 +++++++ Makefile | 2 +- VERSION | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index ac57cf3c..b652897c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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). diff --git a/Makefile b/Makefile index 6e106ccb..bbe0576c 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/VERSION b/VERSION index c7df7c23..7411dbb2 100644 --- a/VERSION +++ b/VERSION @@ -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