Skip to content

Commit

Permalink
Release version 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciuschiele committed Mar 6, 2018
1 parent 0c04573 commit dcaeafc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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 = '2016, Vinicius Chiele'
copyright = '2018, 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.12.0'
version = release = '1.13.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 docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To install the latest stable version from the PyPI ::
Flask-IO has the following dependencies (which will be automatically installed if you use ``pip``):

* `Flask <https://pypi.python.org/pypi/flask>`_ version 10.1 or greater
* `marshmallow <https://pypi.python.org/pypi/marshmallow>`_ version 2.1.0
* `marshmallow <https://pypi.python.org/pypi/marshmallow>`_ version 2.9.1
* `python-dateutil <https://pypi.python.org/pypi/python-dateutil>`_ version 2.4.2 or greater

Flask-IO requires Python 3.3 or greater.
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.12.0',
version='1.13.0',
packages=['flask_io'],
url='https://github.com/viniciuschiele/flask-io',
license='MIT',
Expand Down

0 comments on commit dcaeafc

Please sign in to comment.