Skip to content

Commit cb3578a

Browse files
committed
Reflect 3.0-dev in version vars
1 parent 6e280db commit cb3578a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flask_sqlalchemy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
_app_ctx_stack = None
4343

4444

45-
__version__ = '2.1'
45+
__version__ = '3.0-dev'
4646

4747

4848
# Which stack should we use? _app_ctx_stack is new in 0.9

setup.py

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

1818
setup(
1919
name='Flask-SQLAlchemy',
20-
version='2.1',
20+
version='3.0-dev',
2121
url='http://github.com/mitsuhiko/flask-sqlalchemy',
2222
license='BSD',
2323
author='Armin Ronacher',

0 commit comments

Comments
 (0)