Skip to content

Commit 4246cea

Browse files
authored
Updated version to 1.2.1
1 parent 94bab46 commit 4246cea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='graphene-django',
5-
version='1.2.0',
5+
version='1.2.1',
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.1.2',
36+
'graphene>=1.1.3',
3737
'Django>=1.6.0',
3838
'iso8601',
3939
'singledispatch>=3.4.0.3',

0 commit comments

Comments
 (0)