From d5dadb7b1ba5eb041cf5a0ec50f2cdb44164a507 Mon Sep 17 00:00:00 2001 From: Erik Wrede Date: Fri, 9 Dec 2022 10:53:50 +0100 Subject: [PATCH] release: 3.2.0 fixes previous release number 3.1.2 due to a pending feature release --- graphene/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphene/__init__.py b/graphene/__init__.py index a878a4d32..8aebbf1d7 100644 --- a/graphene/__init__.py +++ b/graphene/__init__.py @@ -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)