We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a1cdfe commit 9a4d78fCopy full SHA for 9a4d78f
CHANGES.rst
@@ -1,7 +1,7 @@
1
Version 3.1.0
2
-------------
3
4
-Unreleased
+Released 2023-09-10
5
6
- Drop support for Python 3.7. :pr:`1251`
7
- Add support for the SQLAlchemy 2.x API via ``model_class`` parameter. :issue:`1140`
src/flask_sqlalchemy/__init__.py
@@ -2,7 +2,7 @@
from .extension import SQLAlchemy
-__version__ = "3.1.0.dev"
+__version__ = "3.1.0"
__all__ = [
8
"SQLAlchemy",
0 commit comments