From faf06d1460bc76fe6951e9497352fcd3d3dfce98 Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Mon, 11 Mar 2024 18:42:55 +0000 Subject: [PATCH] Release 4.0.7 --- CHANGES.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index f3fb8ed..87cfe3c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Flask-Migrate Change Log +**Release 4.0.7** - 2024-03-11 + +- Regression from #438: check `g.x_arg` exists before accessing it [#541](https://github.com/miguelgrinberg/flask-migrate/issues/541) ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/7e8032c61e5c47f4e50b03dcf98c3b20dd5a8e55)) (thanks **Skye Im**!) + **Release 4.0.6** - 2024-03-09 - Accept `-x` options for all db commands [#438](https://github.com/miguelgrinberg/flask-migrate/issues/438) ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/6f3f889c36030134f87dc1db327c2385d873a4d6)) diff --git a/pyproject.toml b/pyproject.toml index f731c34..5276c48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "Flask-Migrate" -version = "4.0.7.dev0" +version = "4.0.7" authors = [ { name = "Miguel Grinberg", email = "miguel.grinberg@gmail.com" }, ]