Skip to content

Commit

Permalink
Bumped version number to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Jan 21, 2014
1 parent 01c6001 commit 49877d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
v0.1.0, 1/14/2013 -- Initial release.
v0.2.0, 1/15/2013 -- Added Classy validator and tests
v0.2.1, 1/15/2013 -- Fixed validate continuing on a field after failing a Required validation
v0.2.2, 1/15/2013 -- Added Pattern regex validator and tests
v0.2.3, 1/15/2013 -- Added missing Not(Pattern()) error message
v0.1.0, 1/14/2014 -- Initial release.
v0.2.0, 1/15/2014 -- Added Classy validator and tests
v0.2.1, 1/15/2014 -- Fixed validate continuing on a field after failing a Required validation
v0.2.2, 1/15/2014 -- Added Pattern regex validator and tests
v0.2.3, 1/15/2014 -- Added missing Not(Pattern()) error message
v0.3.1, 1/21/2014 -- Renamed Classy to InstanceOf, added SubclassOf
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='validator.py',
version='0.2.3',
version='0.3.1',
author='Samuel "mansam" Lucidi',
author_email="[email protected]",
packages=['validator'],
Expand Down

0 comments on commit 49877d7

Please sign in to comment.