Skip to content

Commit a16b00f

Browse files
committed
release version 3.0.3
1 parent b87577c commit a16b00f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Version 3.0.3
22
-------------
33

4-
Unreleased
4+
Released 2023-01-31
55

66
- Show helpful errors when mistakenly using multiple ``SQLAlchemy`` instances for the
77
same app, or without calling ``init_app``. :pr:`1151`

src/flask_sqlalchemy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from .extension import SQLAlchemy
66

7-
__version__ = "3.0.3.dev"
7+
__version__ = "3.0.3"
88

99
__all__ = [
1010
"SQLAlchemy",

0 commit comments

Comments
 (0)