Skip to content

Commit acfaae9

Browse files
committedNov 19, 2015
[v0.4.11] Release v0.4.11.
1 parent d1ab473 commit acfaae9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

Diff for: ‎README.md

+1-1
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.9`.
15+
We are currently targeting feature parity with `v0.4.13` of the reference implementation, and are currently on `v0.4.11`.
1616

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

Diff for: ‎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.9',
5+
version='0.4.11',
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)
Please sign in to comment.