Skip to content

Commit

Permalink
release: 3.2.0
Browse files Browse the repository at this point in the history
fixes previous release number 3.1.2 due to a pending feature release
  • Loading branch information
erikwrede committed Dec 9, 2022
1 parent 8596349 commit d5dadb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphene/__init__.py
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, 2, "final", 0)
VERSION = (3, 2, 0, "final", 0)


__version__ = get_version(VERSION)
Expand Down

0 comments on commit d5dadb7

Please sign in to comment.