Skip to content

Commit 2600f0f

Browse files
committed
Point to stable version of Graphene 2.0
1 parent 5051d3b commit 2600f0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A [Django](https://www.djangoproject.com/) integration for [Graphene](http://gra
1212
For instaling graphene, just run this command in your shell
1313

1414
```bash
15-
pip install "graphene-django>=2.0.dev"
15+
pip install "graphene-django>=2.0"
1616
```
1717

1818
### Settings

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For instaling graphene, just run this command in your shell
1717

1818
.. code:: bash
1919
20-
pip install "graphene-django>=2.0.dev"
20+
pip install "graphene-django>=2.0"
2121
2222
Settings
2323
~~~~~~~~

0 commit comments

Comments
 (0)