Skip to content

Commit

Permalink
release 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Oct 4, 2017
1 parent 5355b5c commit be45a9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -5,7 +5,7 @@ Changelog
Version 2.3.1
-------------

In development
Released on October 5, 2017

- If a model has a table name that matches an existing table in the metadata,
use that table. Fixes a regression where reflected tables were not picked up
Expand Down
2 changes: 1 addition & 1 deletion flask_sqlalchemy/__init__.py
Expand Up @@ -32,7 +32,7 @@
from ._compat import itervalues, string_types, to_str, xrange
from .model import DefaultMeta

__version__ = '2.3.0'
__version__ = '2.3.1'

# the best timer function for the platform
if sys.platform == 'win32':
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -17,7 +17,7 @@

setup(
name='Flask-SQLAlchemy',
version='2.3.0',
version='2.3.1',
url='http://github.com/mitsuhiko/flask-sqlalchemy',
license='BSD',
author='Armin Ronacher',
Expand Down

0 comments on commit be45a9b

Please sign in to comment.