Skip to content

Commit

Permalink
bump: version 2.0.10 → 2.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
timcera committed Jun 24, 2024
1 parent 2eb2797 commit 329bcc3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.10
2.0.11
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 329bcc3

Please sign in to comment.