File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ GraphQL for Python
1212
1313This library is a port of [ graphql-js] ( https://github.com/graphql/graphql-js ) to Python.
1414
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 ` .
1616
1717Please see [ issues] ( https://github.com/graphql-python/graphql-core/issues ) for the progress.
1818
Original file line number Diff line number Diff line change 22
33setup (
44 name = 'graphql-core' ,
5- version = '0.4.16 ' ,
5+ version = '0.4.17 ' ,
66 description = 'GraphQL implementation for Python' ,
77 url = 'https://github.com/graphql-python/graphql-core' ,
88 download_url = 'https://github.com/graphql-python/graphql-core/releases' ,
You can’t perform that action at this time.
0 commit comments