We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94bab46 commit 4246ceaCopy full SHA for 4246cea
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name='graphene-django',
5
- version='1.2.0',
+ version='1.2.1',
6
7
description='Graphene Django integration',
8
long_description=open('README.rst').read(),
@@ -33,7 +33,7 @@
33
34
install_requires=[
35
'six>=1.10.0',
36
- 'graphene>=1.1.2',
+ 'graphene>=1.1.3',
37
'Django>=1.6.0',
38
'iso8601',
39
'singledispatch>=3.4.0.3',
0 commit comments