diff --git a/CHANGELOG.md b/CHANGELOG.md index 558feaa7..c7400471 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v3.0.29 (2024-10-26) + +### Other + +* Delete jel and day dir if empty ([#398](https://github.com/WIPACrepo/iceprod/issues/398)) ([`667d7a2`](https://github.com/WIPACrepo/iceprod/commit/667d7a2aed86e79eb2a61b457d684990bfec7edf)) + ## v3.0.28 (2024-10-25) ### Other diff --git a/iceprod/__init__.py b/iceprod/__init__.py index 5335432b..66a85846 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.28" +__version__ = "3.0.29" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),