Skip to content

Commit

Permalink
Release 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciuschiele committed Dec 19, 2015
1 parent cb25c91 commit c5160fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
---------

1.9.3
++++++++++++++++++
- Bug fix in String field, validators were being executed when none_if_empty==True and the current value==''

1.9.2
++++++++++++++++++
- Add mac address validator.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
#
# The short X.Y version.
# The full version, including alpha/beta/rc tags.
version = release = '1.9.2'
version = release = '1.9.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='flask-io',
version='1.9.2',
version='1.9.3',
packages=['flask_io'],
url='https://github.com/viniciuschiele/flask-io',
license='MIT',
Expand Down

0 comments on commit c5160fd

Please sign in to comment.