We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae4f87c commit 9c2bc84Copy full SHA for 9c2bc84
graphene_sqlalchemy/__init__.py
@@ -2,7 +2,7 @@
2
from .types import SQLAlchemyInterface, SQLAlchemyObjectType
3
from .utils import get_query, get_session
4
5
-__version__ = "3.0.0b4"
+__version__ = "3.0.0rc1"
6
7
__all__ = [
8
"__version__",
0 commit comments