Skip to content

Commit

Permalink
release version 3.0.5 (#1228)
Browse files Browse the repository at this point in the history
  • Loading branch information
pamelafox committed Jun 21, 2023
1 parent 72cbae3 commit 26d298d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Version 3.0.5
-------------

Unreleased
Released 2023-06-21

- ``Pagination.next()`` enforces ``max_per_page``. :issue:`1201`
- Improve type hint for ``get_or_404`` return value to be non-optional. :pr:`1226`
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.4"
__version__ = "3.0.5"

__all__ = [
"SQLAlchemy",
Expand Down

0 comments on commit 26d298d

Please sign in to comment.