Skip to content

Commit 9692880

Browse files
authored
release version 3.0.1 (#1120)
2 parents 1f72d96 + d0650ec commit 9692880

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

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

66
- Export typing information instead of using external typeshed definitions.
77
:issue:`1112`

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.1.dev"
7+
__version__ = "3.0.1"
88

99
__all__ = [
1010
"SQLAlchemy",

0 commit comments

Comments
 (0)