mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-10 19:57:15 +03:00
Updated graphene-django to 1.0 🎉
This commit is contained in:
parent
2f9c5ee707
commit
5b11ad289a
|
@ -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`.
|
||||
|
||||
---
|
||||
|
||||
|
|
|
@ -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``.
|
||||
|
||||
--------------
|
||||
|
||||
|
|
4
setup.py
4
setup.py
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue
Block a user