Skip to content

Commit

Permalink
Release 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciuschiele committed Nov 1, 2016
1 parent 477c0a6 commit 2c033b0
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.12.0
++++++++++++++++++
- Improve content negotiator to return the right content type.
- Avoid deserializing missing values from fields.

1.11.0
++++++++++++++++++
- Allow user to choose the Flask version, the min version supported is 0.10.1.
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.11.0'
version = release = '1.12.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.11.0',
version='1.12.0',
packages=['flask_io'],
url='https://github.com/viniciuschiele/flask-io',
license='MIT',
Expand Down

0 comments on commit 2c033b0

Please sign in to comment.