From d540fdf7974ceb85c33f700496d6b1b9500a668e Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Sat, 16 Apr 2016 12:04:32 -0700 Subject: [PATCH] Updated version to 0.4.14 --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 583f59a9..1ec29002 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/setup.py b/setup.py index f75f0fa6..a2469f42 100644 --- a/setup.py +++ b/setup.py @@ -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',