Skip to content

Commit

Permalink
Release 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciuschiele committed Aug 5, 2016
1 parent dcd6753 commit 2321707
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
---------

1.11.0
++++++++++++++++++
- Allow user to choose the Flask version, the min version supported is 0.10.1.
- Add support to marshmallow 2.9.1.

1.10.5
++++++++++++++++++
- Replace the deprecated `request.data` by `request.get_data`.
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.10.5'
version = release = '1.11.0'

# 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.10.5',
version='1.11.0',
packages=['flask_io'],
url='https://github.com/viniciuschiele/flask-io',
license='MIT',
Expand Down

0 comments on commit 2321707

Please sign in to comment.