Skip to content

Commit

Permalink
Release 2.3.0.dev1 (#266)
Browse files Browse the repository at this point in the history
Use this to test batching
  • Loading branch information
jnak committed Feb 12, 2020
1 parent 17d535e commit 3c3442e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphene_sqlalchemy/__init__.py
Expand Up @@ -2,7 +2,7 @@
from .fields import SQLAlchemyConnectionField
from .utils import get_query, get_session

__version__ = "2.3.0.dev0"
__version__ = "2.3.0.dev1"

__all__ = [
"__version__",
Expand Down

0 comments on commit 3c3442e

Please sign in to comment.