Skip to content

Commit

Permalink
Updated version to 1.3 - Require graphene 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Apr 20, 2017
1 parent 46a1dde commit 1e34dfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='graphene-django',
version='1.2.1',
version='1.3',

description='Graphene Django integration',
long_description=open('README.rst').read(),
Expand Down Expand Up @@ -43,7 +43,7 @@

install_requires=[
'six>=1.10.0',
'graphene>=1.1.3',
'graphene>=1.4',
'Django>=1.6.0',
'iso8601',
'singledispatch>=3.4.0.3',
Expand Down

0 comments on commit 1e34dfb

Please sign in to comment.