From ea658128e23c5098e9d22f5ef4f20dbd121897d7 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 3 Jan 2025 21:36:38 +0000 Subject: [PATCH] 3.0.41 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 aa91f095..25dbe035 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v3.0.41 (2025-01-03) + +### Other + +* Update task queued/processing when doing cross-check ([#413](https://github.com/WIPACrepo/iceprod/issues/413)) ([`5160c7c`](https://github.com/WIPACrepo/iceprod/commit/5160c7cc6ec69694fea79eab9ac0ed145e6810af)) + ## v3.0.40 (2025-01-03) ### Other diff --git a/iceprod/__init__.py b/iceprod/__init__.py index 3466d467..36c4ab05 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.40" +__version__ = "3.0.41" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),