Skip to content

Commit 6f8ff74

Browse files
syrusakbarySyrus Akbary
authored and
Syrus Akbary
committed
Updated version to 1.3.1
1 parent 89727b8 commit 6f8ff74

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
from setuptools import setup, find_packages
22

3-
required_packages = ['graphql-core>=0.5.0', 'flask>=0.7.0']
3+
required_packages = ['graphql-core>=1.0', 'flask>=0.7.0']
44

55
setup(
66
name='Flask-GraphQL',
7-
version='1.2.0',
7+
version='1.3.1',
88
description='Adds GraphQL support to your Flask application',
99
long_description=open('README.rst').read(),
1010
url='https://github.com/graphql-python/flask-graphql',

Diff for: tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ setenv =
88
deps =
99
pytest>=2.7.2
1010
pytest-flask>=0.10.0
11-
graphql-core>=0.5.0
11+
graphql-core>=1.0
1212
Flask>=0.10.0
1313
pytest-cov
1414
commands =
@@ -24,7 +24,7 @@ commands =
2424
basepython=python3.5
2525
deps =
2626
isort
27-
graphql-core>=0.5.0
27+
graphql-core>=1.0
2828
Flask>=0.10.0
2929
commands =
3030
isort --check-only flask_graphql/ -rc

0 commit comments

Comments
 (0)