Skip to content

Commit

Permalink
Updated version to 0.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Apr 16, 2016
1 parent 9700d5a commit d540fdf
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.14` of the reference implementation, and are currently on `v0.4.13`.
We are currently targeting feature parity with `v0.4.15` of the reference implementation, and are currently on `v0.4.14`.

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.13',
version='0.4.14',
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 d540fdf

Please sign in to comment.