We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72cbae3 commit 6f01402Copy full SHA for 6f01402
CHANGES.rst
@@ -1,7 +1,7 @@
1
Version 3.0.5
2
-------------
3
4
-Unreleased
+Released 2023-06-21
5
6
- ``Pagination.next()`` enforces ``max_per_page``. :issue:`1201`
7
- Improve type hint for ``get_or_404`` return value to be non-optional. :pr:`1226`
src/flask_sqlalchemy/__init__.py
@@ -4,7 +4,7 @@
from .extension import SQLAlchemy
-__version__ = "3.0.4"
+__version__ = "3.0.5"
8
9
__all__ = [
10
"SQLAlchemy",
0 commit comments