Skip to content

Commit

Permalink
Merge pull request #16 from xeBuz/release_1.1
Browse files Browse the repository at this point in the history
Release 1.1
  • Loading branch information
xeBuz committed Jan 23, 2016
2 parents 977311f + 304bf05 commit e4ae4ed
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.0
Allow custom messages

- 1.0.1
Bug fixing

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.0.1'
version = '1.1'
# The full version, including alpha/beta/rc tags.
release = '1.0.1'
release = '1.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 @@ -2,7 +2,7 @@
from sqlalchemy import event
from .exceptions import ValidateError

__version__ = '1.0.1'
__version__ = '1.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.0.1',
version='1.1',
license='Mozilla Public License',
author='Jesus Roldan',
author_email='jesus.roldan@gmail.com',
Expand Down

0 comments on commit e4ae4ed

Please sign in to comment.