File tree 4 files changed +7
-5
lines changed
4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change
1
+ - 1.1.2
2
+ Fix some invalid exception messages
3
+
1
4
- 1.1.1
2
5
Allow variables on the custom messages
3
6
4
-
5
7
- 1.1
6
8
Allow custom messages
7
9
Original file line number Diff line number Diff line change 63
63
# built documents.
64
64
#
65
65
# The short X.Y version.
66
- version = '1.1.1 '
66
+ version = '1.1'
67
67
# The full version, including alpha/beta/rc tags.
68
- release = '1.1.1 '
68
+ release = '1.1.2 '
69
69
70
70
# The language for content autogenerated by Sphinx. Refer to documentation
71
71
# for a list of supported languages.
Original file line number Diff line number Diff line change 2
2
from sqlalchemy import event
3
3
from .exceptions import ValidateError
4
4
5
- __version__ = '1.1.1 '
5
+ __version__ = '1.1.2 '
6
6
7
7
8
8
class FlaskValidator :
Original file line number Diff line number Diff line change 10
10
11
11
setup (
12
12
name = 'Flask-Validator' ,
13
- version = '1.1.1 ' ,
13
+ version = '1.1.2 ' ,
14
14
license = 'Mozilla Public License' ,
15
15
author = 'Jesus Roldan' ,
16
16
You can’t perform that action at this time.
0 commit comments