File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ GraphQL for Python
12
12
13
13
This library is a port of [ graphql-js] ( https://github.com/graphql/graphql-js ) to Python.
14
14
15
- We are currently targeting feature parity with ` v0.4.17 ` of the reference implementation, and are currently on ` v0.4.16 ` .
15
+ We are currently targeting feature parity with ` v0.4.18 ` of the reference implementation, and are currently on ` v0.4.17 ` .
16
16
17
17
Please see [ issues] ( https://github.com/graphql-python/graphql-core/issues ) for the progress.
18
18
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = 'graphql-core' ,
5
- version = '0.4.16 ' ,
5
+ version = '0.4.17 ' ,
6
6
description = 'GraphQL implementation for Python' ,
7
7
url = 'https://github.com/graphql-python/graphql-core' ,
8
8
download_url = 'https://github.com/graphql-python/graphql-core/releases' ,
You can’t perform that action at this time.
0 commit comments