Skip to content

Commit 668758a

Browse files
committed
set version to 3.0.0.dev
1 parent 3d6743e commit 668758a

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.0
2+
-------------
3+
4+
Unreleased
5+
6+
17
Version 2.4.0
28
-------------
39

flask_sqlalchemy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from .model import DefaultMeta
2525
from . import utils
2626

27-
__version__ = "2.4.0"
27+
__version__ = "3.0.0.dev"
2828

2929
# the best timer function for the platform
3030
if sys.platform == 'win32':

0 commit comments

Comments
 (0)