Skip to content

Commit 436e13f

Browse files
committed
[v0.4.12] Release v0.4.12
1 parent 01325ef commit 436e13f

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 @@ Core GraphQL Library for Python
1212

1313
This library is a port of [graphql-js](https://github.com/graphql/graphql-js) to Python.
1414
This library includes core features only that other packages within the [graphql-python](https://github.com/graphql-python/) organization shall build upon.
15-
We are currently targeting feature parity with `v0.4.13` of the reference implementation, and are currently on `v0.4.11`.
15+
We are currently targeting feature parity with `v0.4.13` of the reference implementation, and are currently on `v0.4.12`.
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.11',
5+
version='0.4.12',
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)