Skip to content

Commit ec4e5a2

Browse files
committed
start version 3.0.3
1 parent 60d0293 commit ec4e5a2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 3.0.3
2+
-------------
3+
4+
Unreleased
5+
6+
17
Version 3.0.2
28
-------------
39

src/flask_sqlalchemy/__init__.py

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

55
from .extension import SQLAlchemy
66

7-
__version__ = "3.0.2"
7+
__version__ = "3.0.3.dev"
88

99
__all__ = [
1010
"SQLAlchemy",

0 commit comments

Comments
 (0)