Skip to content

Commit f7c1fb2

Browse files
committed
Updated version to 0.4.17
1 parent 3232706 commit f7c1fb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ GraphQL for Python
1212

1313
This 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

1717
Please see [issues](https://github.com/graphql-python/graphql-core/issues) for the progress.
1818

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
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',

0 commit comments

Comments
 (0)