Skip to content

Commit dcaeafc

Browse files
Release version 1.13.0
1 parent 0c04573 commit dcaeafc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
# General information about the project.
5454
project = 'Flask-IO'
55-
copyright = '2016, Vinicius Chiele'
55+
copyright = '2018, Vinicius Chiele'
5656
author = 'Vinicius Chiele'
5757

5858
# The version info for the project you're documenting, acts as replacement for
@@ -61,7 +61,7 @@
6161
#
6262
# The short X.Y version.
6363
# The full version, including alpha/beta/rc tags.
64-
version = release = '1.12.0'
64+
version = release = '1.13.0'
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

docs/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To install the latest stable version from the PyPI ::
1212
Flask-IO has the following dependencies (which will be automatically installed if you use ``pip``):
1313

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

1818
Flask-IO requires Python 3.3 or greater.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='flask-io',
5-
version='1.12.0',
5+
version='1.13.0',
66
packages=['flask_io'],
77
url='https://github.com/viniciuschiele/flask-io',
88
license='MIT',

0 commit comments

Comments
 (0)