Skip to content

Commit 76c86c9

Browse files
committed
bump version 2.2.1
1 parent d71afea commit 76c86c9

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
@@ -32,7 +32,7 @@
3232

3333
from ._compat import iteritems, itervalues, string_types, xrange
3434

35-
__version__ = '2.2'
35+
__version__ = '2.2.1'
3636

3737
# the best timer function for the platform
3838
if sys.platform == 'win32':

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.2',
20+
version='2.2.2',
2121
url='http://github.com/mitsuhiko/flask-sqlalchemy',
2222
license='BSD',
2323
author='Armin Ronacher',

0 commit comments

Comments
 (0)