diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cab753..8c71221 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v2.0.11 (2024-06-24) + +### Fix + +- fixed exceedance_time function where numpy.bool was not treated as a bool + ## v2.0.10 (2024-03-31) ## v2.0.9 (2023-11-17) diff --git a/VERSION b/VERSION index 0a69206..6cbacdc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.10 +2.0.11 diff --git a/pyproject.toml b/pyproject.toml index 5b9eeab..a3e35a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ bitbucket = "https://bitbucket.org/timcera/hydrotoolbox/src/main/" name = "cz_conventional_commits" tag_format = "v$version" update_changelog_on_bump = true -version = "2.0.10" +version = "2.0.11" version_files = ["VERSION"] [tool.isort]