Skip to content

Commit 0e28ccc

Browse files
committed
Updated versions in readme
1 parent 55f9d72 commit 0e28ccc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
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`.
1+
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`.
22

33
---
44

@@ -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>=1.0"
15+
pip install "graphene-django>=2.0.dev"
1616
```
1717

1818
### Settings

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Please read
2-
`UPGRADE-v1.0.md <https://github.com/graphql-python/graphene/blob/master/UPGRADE-v1.0.md>`__
3-
to learn how to upgrade to Graphene ``1.0``.
2+
`UPGRADE-v2.0.md <https://github.com/graphql-python/graphene/blob/master/UPGRADE-v2.0.md>`__
3+
to learn how to upgrade to Graphene ``2.0``.
44

55
--------------
66

@@ -17,7 +17,7 @@ For instaling graphene, just run this command in your shell
1717

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

0 commit comments

Comments
 (0)