Skip to content

Commit

Permalink
Updated version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Dec 16, 2016
1 parent 94bab46 commit 4246cea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -2,7 +2,7 @@

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

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

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

0 comments on commit 4246cea

Please sign in to comment.