From 2fc4b00cd4e840efe85d9a183d10e7821748c9a6 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 3 Jan 2025 17:42:20 +0000 Subject: [PATCH] 3.0.40 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ iceprod/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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]),