Skip to content

Commit

Permalink
release: 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
erikwrede authored Dec 9, 2022
1 parent a141e84 commit 8596349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphene/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
from .utils.module_loading import lazy_import
from .utils.resolve_only_args import resolve_only_args

VERSION = (3, 1, 1, "final", 0)
VERSION = (3, 1, 2, "final", 0)


__version__ = get_version(VERSION)
Expand Down

0 comments on commit 8596349

Please sign in to comment.