File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
- You are in the ` next ` unreleased version of Graphene-Django (` 1.0.dev ` ).
2
- Please read [ UPGRADE-v1.0.md] ( https://github.com/graphql-python/graphene/blob/master/UPGRADE-v1.0.md ) to learn how to upgrade.
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 ` .
3
2
4
3
---
5
4
Original file line number Diff line number Diff line change 1
- You are in the ``next `` unreleased version of Graphene-Django
2
- (``1.0.dev ``). Please read
1
+ Please read
3
2
`UPGRADE-v1.0.md <https://github.com/graphql-python/graphene/blob/master/UPGRADE-v1.0.md >`__
4
- to learn how to upgrade.
3
+ to learn how to upgrade to Graphene `` 1.0 `` .
5
4
6
5
--------------
7
6
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = 'graphene-django' ,
5
- version = '1.0.dev20160922000001 ' ,
5
+ version = '1.0' ,
6
6
7
7
description = 'Graphene Django integration' ,
8
8
long_description = open ('README.rst' ).read (),
33
33
34
34
install_requires = [
35
35
'six>=1.10.0' ,
36
- 'graphene>=1.0.dev ' ,
36
+ 'graphene>=1.0' ,
37
37
'Django>=1.6.0' ,
38
38
'iso8601' ,
39
39
'singledispatch>=3.4.0.3' ,
You can’t perform that action at this time.
0 commit comments