Skip to content

Commit 1e34dfb

Browse files
committed
Updated version to 1.3 - Require graphene 1.4
1 parent 46a1dde commit 1e34dfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

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

1313
setup(
1414
name='graphene-django',
15-
version='1.2.1',
15+
version='1.3',
1616

1717
description='Graphene Django integration',
1818
long_description=open('README.rst').read(),
@@ -43,7 +43,7 @@
4343

4444
install_requires=[
4545
'six>=1.10.0',
46-
'graphene>=1.1.3',
46+
'graphene>=1.4',
4747
'Django>=1.6.0',
4848
'iso8601',
4949
'singledispatch>=3.4.0.3',

0 commit comments

Comments
 (0)