From febdc451edc3e45af51f7332f0353401e051091c Mon Sep 17 00:00:00 2001 From: Erik Wrede Date: Thu, 5 Dec 2024 13:00:22 +0100 Subject: [PATCH] release: 3.0.0rc2 --- graphene_sqlalchemy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphene_sqlalchemy/__init__.py b/graphene_sqlalchemy/__init__.py index f0e7a45..69bb79b 100644 --- a/graphene_sqlalchemy/__init__.py +++ b/graphene_sqlalchemy/__init__.py @@ -2,7 +2,7 @@ from .types import SQLAlchemyInterface, SQLAlchemyObjectType from .utils import get_query, get_session -__version__ = "3.0.0rc1" +__version__ = "3.0.0rc2" __all__ = [ "__version__",