Skip to content

Commit

Permalink
release version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pamelafox authored and davidism committed Sep 11, 2023
1 parent 9a1cdfe commit 9a4d78f
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.1.0
-------------

Unreleased
Released 2023-09-10

- Drop support for Python 3.7. :pr:`1251`
- Add support for the SQLAlchemy 2.x API via ``model_class`` parameter. :issue:`1140`
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 @@ -2,7 +2,7 @@

from .extension import SQLAlchemy

__version__ = "3.1.0.dev"
__version__ = "3.1.0"

__all__ = [
"SQLAlchemy",
Expand Down

0 comments on commit 9a4d78f

Please sign in to comment.