Skip to content

Commit c84cc48

Browse files
authored
release version 3.0.0 (#1110)
2 parents a36433a + 3958b1d commit c84cc48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Version 3.0.0
22
-------------
33

4-
Unreleased
4+
Released 2022-10-04
55

66
- Drop support for Python 2, 3.4, 3.5, and 3.6.
77
- Bump minimum version of Flask to 2.2.

src/flask_sqlalchemy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from .extension import SQLAlchemy
66

7-
__version__ = "3.0.0a2"
7+
__version__ = "3.0.0"
88

99
__all__ = [
1010
"SQLAlchemy",

0 commit comments

Comments
 (0)