diff --git a/CHANGELOG.md b/CHANGELOG.md index a89ed7f4..4a80bd77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v3.0.18 (2024-10-15) + +### Other + +* Fix basic_submit batchsys ([`c7b6b74`](https://github.com/WIPACrepo/iceprod/commit/c7b6b74413886ce922c3cfd5bdb37cbbc12e5bdb)) +* Basic submit config fix ([#387](https://github.com/WIPACrepo/iceprod/issues/387)) ([`34dc1d7`](https://github.com/WIPACrepo/iceprod/commit/34dc1d7731c248289c84c72de7ef9a1b81340f00)) + ## v3.0.17 (2024-10-11) ### Other diff --git a/iceprod/__init__.py b/iceprod/__init__.py index d09e38f1..24e0062f 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.17" +__version__ = "3.0.18" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),