Skip to content

Commit 3c3442e

Browse files
authored
Release 2.3.0.dev1 (#266)
Use this to test batching
1 parent 17d535e commit 3c3442e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: graphene_sqlalchemy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from .fields import SQLAlchemyConnectionField
33
from .utils import get_query, get_session
44

5-
__version__ = "2.3.0.dev0"
5+
__version__ = "2.3.0.dev1"
66

77
__all__ = [
88
"__version__",

0 commit comments

Comments
 (0)