We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b3f51 commit e9caebaCopy full SHA for e9caeba
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
<!--next-version-placeholder-->
4
5
+## v3.0.42 (2025-01-10)
6
+
7
+### Other
8
9
+* Task idle -> waiting gpu tasks separately ([#414](https://github.com/WIPACrepo/iceprod/issues/414)) ([`d2b3f51`](https://github.com/WIPACrepo/iceprod/commit/d2b3f51aae02b1699c24052077d5083f4ea3f4fb))
10
11
## v3.0.41 (2025-01-03)
12
13
### Other
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.41"
+__version__ = "3.0.42"
version_info = (
14
int(__version__.split(".")[0]),
15
int(__version__.split(".")[1]),
0 commit comments