Skip to content

Commit be45a9b

Browse files
committed
release 2.3.1
1 parent 5355b5c commit be45a9b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Changelog
55
Version 2.3.1
66
-------------
77

8-
In development
8+
Released on October 5, 2017
99

1010
- If a model has a table name that matches an existing table in the metadata,
1111
use that table. Fixes a regression where reflected tables were not picked up

flask_sqlalchemy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
from ._compat import itervalues, string_types, to_str, xrange
3333
from .model import DefaultMeta
3434

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

0 commit comments

Comments
 (0)