Skip to content

Commit

Permalink
Release 1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciuschiele committed Jul 11, 2018
1 parent d832e1f commit 3974508
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
Changelog
---------

1.14.1
++++++++++++++++++
- Bug fix in custom exception handling.
- Bug fix in custom fields for schema marshalling.


1.14.0
++++++++++++++++++
- Add support for custom exception handlers.
- Add support for custom exception handling.

1.13.0
++++++++++++++++++
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.14.0'
version = release = '1.14.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 setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

0 comments on commit 3974508

Please sign in to comment.