Skip to content

Commit 6f01402

Browse files
committed
release version 3.0.5
1 parent 72cbae3 commit 6f01402

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Version 3.0.5
22
-------------
33

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

66
- ``Pagination.next()`` enforces ``max_per_page``. :issue:`1201`
77
- Improve type hint for ``get_or_404`` return value to be non-optional. :pr:`1226`

src/flask_sqlalchemy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from .extension import SQLAlchemy
66

7-
__version__ = "3.0.4"
7+
__version__ = "3.0.5"
88

99
__all__ = [
1010
"SQLAlchemy",

0 commit comments

Comments
 (0)