Skip to content

Commit 7b7a448

Browse files
committed
Updated version to 1.2.0
1 parent 15d72e8 commit 7b7a448

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

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

55
setup(
66
name='Flask-GraphQL',
7-
version='1.1.0',
7+
version='1.2.0',
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',

tox.ini

Lines changed: 2 additions & 2 deletions
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-
https://github.com/graphql-python/graphql-core/archive/master.zip
11+
graphql-core>=0.5.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-
https://github.com/graphql-python/graphql-core/archive/master.zip
27+
graphql-core>=0.5.0
2828
Flask>=0.10.0
2929
commands =
3030
isort --check-only flask_graphql/ -rc

0 commit comments

Comments
 (0)