Skip to content

Commit

Permalink
Release 1.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciuschiele committed May 18, 2016
1 parent ecb3f5a commit 171a385
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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.10.5
++++++++++++++++++
- Replace the deprecated `request.data` by `request.get_data`.
- Bug fix.

1.10.4
++++++++++++++++++
- Add call stack to the logs when a unhandled exception occurs.
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

# General information about the project.
project = 'Flask-IO'
copyright = '2015, Vinicius Chiele'
copyright = '2016, Vinicius Chiele'
author = 'Vinicius Chiele'

# The version info for the project you're documenting, acts as replacement for
Expand All @@ -61,7 +61,7 @@
#
# The short X.Y version.
# The full version, including alpha/beta/rc tags.
version = release = '1.10.4'
version = release = '1.10.5'

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

0 comments on commit 171a385

Please sign in to comment.