Skip to content

Commit 943a938

Browse files
Release 3.1.0
1 parent 0f9094a commit 943a938

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Flask-Migrate Change Log
22

3+
**Release 3.1.0** - 2021-08-01
4+
5+
- Added list-templates command and support for custom templates ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/0f9094a750205c1db1fe178d0d037e529de403ae))
6+
- Alembic templates for [aioflask](https://github.com/miguelgrinberg/aioflask) ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/fbaaa3787d0e03f5aafaea6fd7c2956362a57c52))
7+
- Improved project structure ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/074cbc9cae4b6ebb7d013adcec42e070be1ae6b3))
8+
39
**Release 3.0.1** - 2021-05-31
410

511
- Add support for Alchemical in addition to Flask-SQLAlchemy ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/113115d7f37a713d1f32be53a1e43564b9bb3dea))

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = Flask-Migrate
3-
version = 3.0.2.dev0
3+
version = 3.1.0
44
author = Miguel Grinberg
55
author_email = [email protected]
66
description = SQLAlchemy database migrations for Flask applications using Alembic.

0 commit comments

Comments
 (0)