From 2600f0f0416fba8bd3ee89253a74dd49f60143e7 Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Thu, 26 Oct 2017 00:21:11 -0700 Subject: [PATCH] Point to stable version of Graphene 2.0 --- README.md | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62a36f0..6f6d90a 100644 --- a/README.md +++ b/README.md @@ -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>=2.0.dev" +pip install "graphene-django>=2.0" ``` ### Settings diff --git a/README.rst b/README.rst index 27cbdc0..c19b802 100644 --- a/README.rst +++ b/README.rst @@ -17,7 +17,7 @@ For instaling graphene, just run this command in your shell .. code:: bash - pip install "graphene-django>=2.0.dev" + pip install "graphene-django>=2.0" Settings ~~~~~~~~