From df0d5792b4a686f98105798f71d64d16fd3360cd Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Thu, 2 Feb 2023 23:22:39 +0000 Subject: [PATCH] Release 4.0.4 --- CHANGES.md | 4 ++++ setup.cfg | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 51649c5..21481a0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Flask-Migrate Change Log +**Release 4.0.4** - 2023-02-02 + +- Correctly obtain database URL with SQLAlchemy 2.0 [#505](https://github.com/miguelgrinberg/flask-migrate/issues/505) ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/c8cd02c5d3d43bbab462b863db5417b5d69228bb)) + **Release 4.0.3** - 2023-01-29 - Remove legacy __future__ import in Alembic templates [#504](https://github.com/miguelgrinberg/flask-migrate/issues/504) ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/7a388cfe320254735f4ed65ac655caaf0cae8b28)) (thanks **Pamela Fox**!) diff --git a/setup.cfg b/setup.cfg index da1cbe4..4ec554c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = Flask-Migrate -version = 4.0.4.dev0 +version = 4.0.4 author = Miguel Grinberg author_email = miguel.grinberg@gmail.com license = MIT