Skip to content

Commit 5b11ad2

Browse files
committed
Updated graphene-django to 1.0 🎉
1 parent 2f9c5ee commit 5b11ad2

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

README.md

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

43
---
54

README.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
You are in the ``next`` unreleased version of Graphene-Django
2-
(``1.0.dev``). Please read
1+
Please read
32
`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``.
54

65
--------------
76

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='graphene-django',
5-
version='1.0.dev20160922000001',
5+
version='1.0',
66

77
description='Graphene Django integration',
88
long_description=open('README.rst').read(),
@@ -33,7 +33,7 @@
3333

3434
install_requires=[
3535
'six>=1.10.0',
36-
'graphene>=1.0.dev',
36+
'graphene>=1.0',
3737
'Django>=1.6.0',
3838
'iso8601',
3939
'singledispatch>=3.4.0.3',

0 commit comments

Comments
 (0)