Skip to content

Commit

Permalink
3.0.16
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Oct 10, 2024
1 parent c2b4316 commit 700d8cc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

<!--next-version-placeholder-->

## v3.0.16 (2024-10-10)

### Other

* Make flake8 happy ([`c2b4316`](https://github.com/WIPACrepo/iceprod/commit/c2b4316e0b968e8b2dac0ad59de0e327e973a439))
* Convert the logger to a daily rollover, with 1 week kept ([`d11d863`](https://github.com/WIPACrepo/iceprod/commit/d11d863bffea18ebdc768931c9b367490f9b3a3d))
* Better handling for transient errors ([`87b8855`](https://github.com/WIPACrepo/iceprod/commit/87b88556f1b4350d187d5af8dec90b0ebab55c24))

## v3.0.15 (2024-10-10)

### Other
Expand Down
2 changes: 1 addition & 1 deletion iceprod/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# is zero for an official release, positive for a development branch,
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "3.0.15"
__version__ = "3.0.16"
version_info = (
int(__version__.split(".")[0]),
int(__version__.split(".")[1]),
Expand Down

0 comments on commit 700d8cc

Please sign in to comment.