From 0e28ccc30a61baf565bb28cad0fc29b66475b737 Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Fri, 1 Sep 2017 01:25:41 -0700 Subject: [PATCH] Updated versions in readme --- README.md | 4 ++-- README.rst | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c3f7341..62a36f0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Please read [UPGRADE-v1.0.md](https://github.com/graphql-python/graphene/blob/master/UPGRADE-v1.0.md) to learn how to upgrade to Graphene `1.0`. +Please read [UPGRADE-v2.0.md](https://github.com/graphql-python/graphene/blob/master/UPGRADE-v2.0.md) to learn how to upgrade to Graphene `2.0`. --- @@ -12,7 +12,7 @@ A [Django](https://www.djangoproject.com/) integration for [Graphene](http://gra For instaling graphene, just run this command in your shell ```bash -pip install "graphene-django>=1.0" +pip install "graphene-django>=2.0.dev" ``` ### Settings diff --git a/README.rst b/README.rst index 934bef7..27cbdc0 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,6 @@ Please read -`UPGRADE-v1.0.md `__ -to learn how to upgrade to Graphene ``1.0``. +`UPGRADE-v2.0.md `__ +to learn how to upgrade to Graphene ``2.0``. -------------- @@ -17,7 +17,7 @@ For instaling graphene, just run this command in your shell .. code:: bash - pip install "graphene-django>=1.0" + pip install "graphene-django>=2.0.dev" Settings ~~~~~~~~