Skip to content

Commit a9eabfb

Browse files
committed
Release 1.1.2
1 parent e6bf77d commit a9eabfb

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGES

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
- 1.1.2
2+
Fix some invalid exception messages
3+
14
- 1.1.1
25
Allow variables on the custom messages
36

4-
57
- 1.1
68
Allow custom messages
79

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
6363
# built documents.
6464
#
6565
# The short X.Y version.
66-
version = '1.1.1'
66+
version = '1.1'
6767
# The full version, including alpha/beta/rc tags.
68-
release = '1.1.1'
68+
release = '1.1.2'
6969

7070
# The language for content autogenerated by Sphinx. Refer to documentation
7171
# for a list of supported languages.

flask_validator/validator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from sqlalchemy import event
33
from .exceptions import ValidateError
44

5-
__version__ = '1.1.1'
5+
__version__ = '1.1.2'
66

77

88
class FlaskValidator:

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='Flask-Validator',
13-
version='1.1.1',
13+
version='1.1.2',
1414
license='Mozilla Public License',
1515
author='Jesus Roldan',
1616
author_email='[email protected]',

0 commit comments

Comments
 (0)