Skip to content

Commit 3c277dc

Browse files
committed
release version 3.0.4
1 parent f71838f commit 3c277dc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
Version 3.0.4
22
-------------
33

4-
Unreleased
4+
Released 2023-06-19
55

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

89

910
Version 3.0.3

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"
7+
__version__ = "3.0.4"
88

99
__all__ = [
1010
"SQLAlchemy",

0 commit comments

Comments
 (0)