Skip to content

Commit

Permalink
Release 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Nov 28, 2018
1 parent 87b40ec commit 6f59552
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Flask-Migrate Change Log

## Release 2.3.1 - 2018-11-28

- Don't silence transaction errors from SQLAlchemy (#236)

## Release 2.3.0 - 2018-10-05

- Use root logger for alembic error messages
- Add `--indicate-current` option to history command (#192)

## Release 2.2.1 - 2018-06-18

- Drop support for Alembic versions before 0.7
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='Flask-Migrate',
version='2.3.0',
version='2.3.1',
url='http://github.com/miguelgrinberg/flask-migrate/',
license='MIT',
author='Miguel Grinberg',
Expand Down

0 comments on commit 6f59552

Please sign in to comment.