Updated graphene-django to 1.0 🎉

This commit is contained in:
Syrus Akbary 2016-09-26 09:26:09 -07:00
parent 2f9c5ee707
commit 5b11ad289a
3 changed files with 5 additions and 7 deletions

View File

@ -1,5 +1,4 @@
You are in the `next` unreleased version of Graphene-Django (`1.0.dev`).
Please read [UPGRADE-v1.0.md](https://github.com/graphql-python/graphene/blob/master/UPGRADE-v1.0.md) to learn how to upgrade.
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`.
---

View File

@ -1,7 +1,6 @@
You are in the ``next`` unreleased version of Graphene-Django
(``1.0.dev``). Please read
Please read
`UPGRADE-v1.0.md <https://github.com/graphql-python/graphene/blob/master/UPGRADE-v1.0.md>`__
to learn how to upgrade.
to learn how to upgrade to Graphene ``1.0``.
--------------

View File

@ -2,7 +2,7 @@ from setuptools import find_packages, setup
setup(
name='graphene-django',
version='1.0.dev20160922000001',
version='1.0',
description='Graphene Django integration',
long_description=open('README.rst').read(),
@ -33,7 +33,7 @@ setup(
install_requires=[
'six>=1.10.0',
'graphene>=1.0.dev',
'graphene>=1.0',
'Django>=1.6.0',
'iso8601',
'singledispatch>=3.4.0.3',