Skip to content

Commit d540fdf

Browse files
committed
Updated version to 0.4.14
1 parent 9700d5a commit d540fdf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.14` of the reference implementation, and are currently on `v0.4.13`.
15+
We are currently targeting feature parity with `v0.4.15` of the reference implementation, and are currently on `v0.4.14`.
1616

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

setup.py

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

33
setup(
44
name='graphql-core',
5-
version='0.4.13',
5+
version='0.4.14',
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)