Skip to content

Commit 49877d7

Browse files
author
=
committed
Bumped version number to 0.3.1
1 parent 01c6001 commit 49877d7

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

CHANGES

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
v0.1.0, 1/14/2013 -- Initial release.
2-
v0.2.0, 1/15/2013 -- Added Classy validator and tests
3-
v0.2.1, 1/15/2013 -- Fixed validate continuing on a field after failing a Required validation
4-
v0.2.2, 1/15/2013 -- Added Pattern regex validator and tests
5-
v0.2.3, 1/15/2013 -- Added missing Not(Pattern()) error message
1+
v0.1.0, 1/14/2014 -- Initial release.
2+
v0.2.0, 1/15/2014 -- Added Classy validator and tests
3+
v0.2.1, 1/15/2014 -- Fixed validate continuing on a field after failing a Required validation
4+
v0.2.2, 1/15/2014 -- Added Pattern regex validator and tests
5+
v0.2.3, 1/15/2014 -- Added missing Not(Pattern()) error message
6+
v0.3.1, 1/21/2014 -- Renamed Classy to InstanceOf, added SubclassOf

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='validator.py',
5-
version='0.2.3',
5+
version='0.3.1',
66
author='Samuel "mansam" Lucidi',
77
author_email="[email protected]",
88
packages=['validator'],

0 commit comments

Comments
 (0)