Skip to content

Commit

Permalink
v2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jkimbo committed Feb 17, 2020
1 parent 4e1b82a commit 11dafd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphene_django/__init__.py
@@ -1,6 +1,6 @@
from .types import DjangoObjectType
from .fields import DjangoConnectionField

__version__ = "2.8.1"
__version__ = "2.8.2"

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

0 comments on commit 11dafd4

Please sign in to comment.