We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f71838f commit 3c277dcCopy full SHA for 3c277dc
CHANGES.rst
@@ -1,9 +1,10 @@
1
Version 3.0.4
2
-------------
3
4
-Unreleased
+Released 2023-06-19
5
6
- 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`
8
9
10
Version 3.0.3
src/flask_sqlalchemy/__init__.py
@@ -4,7 +4,7 @@
from .extension import SQLAlchemy
-__version__ = "3.0.3"
+__version__ = "3.0.4"
__all__ = [
"SQLAlchemy",
0 commit comments