diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ff04f84..aa91f095 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v3.0.40 (2025-01-03) + +### Other + +* Attempt to fix iceprod - condor queue sync issues ([#412](https://github.com/WIPACrepo/iceprod/issues/412)) ([`bc84d94`](https://github.com/WIPACrepo/iceprod/commit/bc84d9488e599154611f1219e6ac11586fced552)) + ## v3.0.39 (2024-12-24) ### Other diff --git a/iceprod/__init__.py b/iceprod/__init__.py index 675dcb1e..3466d467 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.39" +__version__ = "3.0.40" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),