File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 52
52
53
53
# General information about the project.
54
54
project = 'Flask-IO'
55
- copyright = '2016 , Vinicius Chiele'
55
+ copyright = '2018 , Vinicius Chiele'
56
56
author = 'Vinicius Chiele'
57
57
58
58
# The version info for the project you're documenting, acts as replacement for
61
61
#
62
62
# The short X.Y version.
63
63
# The full version, including alpha/beta/rc tags.
64
- version = release = '1.12 .0'
64
+ version = release = '1.13 .0'
65
65
66
66
# The language for content autogenerated by Sphinx. Refer to documentation
67
67
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ To install the latest stable version from the PyPI ::
12
12
Flask-IO has the following dependencies (which will be automatically installed if you use ``pip ``):
13
13
14
14
* `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
16
16
* `python-dateutil <https://pypi.python.org/pypi/python-dateutil >`_ version 2.4.2 or greater
17
17
18
18
Flask-IO requires Python 3.3 or greater.
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = 'flask-io' ,
5
- version = '1.12 .0' ,
5
+ version = '1.13 .0' ,
6
6
packages = ['flask_io' ],
7
7
url = 'https://github.com/viniciuschiele/flask-io' ,
8
8
license = 'MIT' ,
You can’t perform that action at this time.
0 commit comments