Skip to content

Commit

Permalink
Merge pull request #27 from xeBuz/jesus_minorChanges
Browse files Browse the repository at this point in the history
Release 1.2.1
  • Loading branch information
xeBuz committed Mar 16, 2016
2 parents 06aa041 + 776540f commit 4f760ea
Show file tree
Hide file tree
Showing 5 changed files with 14 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
7 changes: 7 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
Welcome to Flask-Validator's documentation!
===========================================

Data validator for Flask using SQL-Alchemy, working at Model component with events, preventing invalid data in the columns.
The extension works with event listeners form SQLAlchemy.

The code is available in this repository_

.. _repository: https://github.com/xeBuz/Flask-Validator

Contents:

.. toctree::
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 4f760ea

Please sign in to comment.