We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b87577c commit a16b00fCopy full SHA for a16b00f
CHANGES.rst
@@ -1,7 +1,7 @@
1
Version 3.0.3
2
-------------
3
4
-Unreleased
+Released 2023-01-31
5
6
- Show helpful errors when mistakenly using multiple ``SQLAlchemy`` instances for the
7
same app, or without calling ``init_app``. :pr:`1151`
src/flask_sqlalchemy/__init__.py
@@ -4,7 +4,7 @@
from .extension import SQLAlchemy
-__version__ = "3.0.3.dev"
+__version__ = "3.0.3"
8
9
__all__ = [
10
"SQLAlchemy",
0 commit comments