Skip to content

Commit

Permalink
Updated version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary authored Sep 5, 2018
1 parent f6dba39 commit f4bbae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphene_django/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .types import DjangoObjectType
from .fields import DjangoConnectionField

__version__ = "2.1.0"
__version__ = "2.2.0"

__all__ = ["__version__", "DjangoObjectType", "DjangoConnectionField"]

0 comments on commit f4bbae2

Please sign in to comment.