diff --git a/CHANGELOG.md b/CHANGELOG.md index ebaa10a6..558feaa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v3.0.28 (2024-10-25) + +### Other + +* Clean up job submit dirs more rapidly after completion ([#397](https://github.com/WIPACrepo/iceprod/issues/397)) ([`9546be8`](https://github.com/WIPACrepo/iceprod/commit/9546be8be07b91065530dca2b76b347a35683d28)) + ## v3.0.27 (2024-10-21) ### Other diff --git a/iceprod/__init__.py b/iceprod/__init__.py index 059b22af..5335432b 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.27" +__version__ = "3.0.28" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),