Skip to content

Commit

Permalink
Merge pull request #12 from xeBuz/release101
Browse files Browse the repository at this point in the history
Release 1.0.1
  • Loading branch information
xeBuz committed Jan 20, 2016
2 parents 67c7967 + bdf98d0 commit e30b302
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
- 1.0.1
Bug fixing

- 1.0
Better Documentation
Allow stop() and start() the validation

- 0.9
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 = '0.9'
version = '1.0.1'
# The full version, including alpha/beta/rc tags.
release = '1.0'
release = '1.0.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'
__version__ = '1.0.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',
version='1.0.1',
license='Mozilla Public License',
author='Jesus Roldan',
author_email='jesus.roldan@gmail.com',
Expand Down

0 comments on commit e30b302

Please sign in to comment.