Skip to content

Commit decc3e8

Browse files
authored
release version 3.0.2 (#1124)
2 parents 7f94bca + e9a796e commit decc3e8

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

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

66
- Update compatibility with SQLAlchemy 2. :issue:`1122`
77

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.2.dev"
7+
__version__ = "3.0.2"
88

99
__all__ = [
1010
"SQLAlchemy",

0 commit comments

Comments
 (0)