diff --git a/CHANGELOG.md b/CHANGELOG.md index e7dc4905..46ea8da0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v3.0.33 (2024-11-12) + +### Other + +* Several submission fixes ([#402](https://github.com/WIPACrepo/iceprod/issues/402)) ([`eff160d`](https://github.com/WIPACrepo/iceprod/commit/eff160d5f6ebbcd5eb879ff2cb769b46ea031a65)) + ## v3.0.32 (2024-10-31) ### Other diff --git a/iceprod/__init__.py b/iceprod/__init__.py index c2b7be2c..79ec4941 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.32" +__version__ = "3.0.33" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),