Skip to content

Commit

Permalink
release version 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Jan 31, 2023
1 parent b87577c commit a16b00f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Version 3.0.3
-------------

Unreleased
Released 2023-01-31

- Show helpful errors when mistakenly using multiple ``SQLAlchemy`` instances for the
same app, or without calling ``init_app``. :pr:`1151`
Expand Down
2 changes: 1 addition & 1 deletion src/flask_sqlalchemy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from .extension import SQLAlchemy

__version__ = "3.0.3.dev"
__version__ = "3.0.3"

__all__ = [
"SQLAlchemy",
Expand Down

0 comments on commit a16b00f

Please sign in to comment.