We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6161dd commit febdc45Copy full SHA for febdc45
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.0rc1"
+__version__ = "3.0.0rc2"
6
7
__all__ = [
8
"__version__",
0 commit comments