diff --git a/HISTORY.md b/HISTORY.md index 772d7ff5..59a878cf 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,8 +1,12 @@ # `zamba` changelog +## v.2.5.0 (2024-09-27) + +* Removed support for Python 3.8 and 3.9 plus other requirement updates ([PR #337](https://github.com/drivendataorg/zamba/pull/337), [PR #335](https://github.com/drivendataorg/zamba/pull/335)). New minimum python version is 3.11. + ## v2.4.1 (2024-04-20) - * Bug fixes for docs +* Bug fixes for docs ## v2.4.0 (2024-04-19) diff --git a/docs/docs/changelog/index.md b/docs/docs/changelog/index.md index 57453e6a..59a878cf 100644 --- a/docs/docs/changelog/index.md +++ b/docs/docs/changelog/index.md @@ -1,5 +1,13 @@ # `zamba` changelog +## v.2.5.0 (2024-09-27) + +* Removed support for Python 3.8 and 3.9 plus other requirement updates ([PR #337](https://github.com/drivendataorg/zamba/pull/337), [PR #335](https://github.com/drivendataorg/zamba/pull/335)). New minimum python version is 3.11. + +## v2.4.1 (2024-04-20) + +* Bug fixes for docs + ## v2.4.0 (2024-04-19) * Adds experimental image support ([PR #314](https://github.com/drivendataorg/zamba/pull/314)) diff --git a/pyproject.toml b/pyproject.toml index 452f036d..f2bb97a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "zamba" -version = "2.4.1" +version = "2.5.0" authors = [ {name = "DrivenData", email = "info@drivendata.org"} ]