Skip to content

Commit

Permalink
New release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xeBuz committed Mar 16, 2016
1 parent d795985 commit 776540f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
- 1.2.1
Updated Documentation and Dependencies

- 1.2.0
New Constrain: Range Validator

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
# built documents.
#
# The short X.Y version.
version = '1.1'
version = '1.2'
# The full version, including alpha/beta/rc tags.
release = '1.1.3'
release = '1.2.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion flask_validator/validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from sqlalchemy import event
from .exceptions import ValidateError

__version__ = '1.1.3'
__version__ = '1.2.1'


class FlaskValidator:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='Flask-Validator',
version='1.2.0',
version='1.2.1',
license='Mozilla Public License',
author='Jesus Roldan',
author_email='jesus.roldan@gmail.com',
Expand Down

0 comments on commit 776540f

Please sign in to comment.