Skip to content

Commit

Permalink
Updated version to 0.4.18
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Apr 19, 2016
1 parent 6a37104 commit 8ea043a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GraphQL for Python

This library is a port of [graphql-js](https://github.com/graphql/graphql-js) to Python.

We are currently targeting feature parity with `v0.4.18` of the reference implementation, and are currently on `v0.4.17`.
We are currently targeting feature parity with `v0.4.18` of the reference implementation, and are currently on `v0.5.0`.

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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='graphql-core',
version='0.4.17',
version='0.4.18',
description='GraphQL implementation for Python',
url='https://github.com/graphql-python/graphql-core',
download_url='https://github.com/graphql-python/graphql-core/releases',
Expand Down

0 comments on commit 8ea043a

Please sign in to comment.