Skip to content

Commit 9a4d78f

Browse files
pamelafoxdavidism
authored andcommitted
release version 3.1.0
1 parent 9a1cdfe commit 9a4d78f

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.1.0
22
-------------
33

4-
Unreleased
4+
Released 2023-09-10
55

66
- Drop support for Python 3.7. :pr:`1251`
77
- Add support for the SQLAlchemy 2.x API via ``model_class`` parameter. :issue:`1140`

src/flask_sqlalchemy/__init__.py

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

33
from .extension import SQLAlchemy
44

5-
__version__ = "3.1.0.dev"
5+
__version__ = "3.1.0"
66

77
__all__ = [
88
"SQLAlchemy",

0 commit comments

Comments
 (0)