diff --git a/CHANGELOG.md b/CHANGELOG.md index 1752ba91..69f6b4d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v3.0.5 (2024-10-03) + +### Other + +* Fix unknown jobs ([#375](https://github.com/WIPACrepo/iceprod/issues/375)) ([`fd1d56b`](https://github.com/WIPACrepo/iceprod/commit/fd1d56bc773a8031973e71029ecab9509f4d9cee)) + ## v3.0.4 (2024-10-02) ### Other diff --git a/iceprod/__init__.py b/iceprod/__init__.py index cff40e3f..1a42ec1c 100644 --- a/iceprod/__init__.py +++ b/iceprod/__init__.py @@ -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.4" +__version__ = "3.0.5" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),