Skip to content

Commit

Permalink
release version 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pamelafox committed Jun 19, 2023
1 parent f71838f commit 3c277dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Version 3.0.4
-------------

Unreleased
Released 2023-06-19

- Fix type hint for ``get_or_404`` return value. :pr:`1208`
- Fix type hints for pyright (used by VS Code Pylance extension). :issue:`1205`


Version 3.0.3
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"
__version__ = "3.0.4"

__all__ = [
"SQLAlchemy",
Expand Down

0 comments on commit 3c277dc

Please sign in to comment.