Skip to content

Commit e9caeba

Browse files
author
github-actions
committed
3.0.42
Automatically generated by python-semantic-release
1 parent d2b3f51 commit e9caeba

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!--next-version-placeholder-->
44

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+
511
## v3.0.41 (2025-01-03)
612

713
### Other

iceprod/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# is zero for an official release, positive for a development branch,
1010
# or negative for a release candidate or beta (after the base version
1111
# number has been incremented)
12-
__version__ = "3.0.41"
12+
__version__ = "3.0.42"
1313
version_info = (
1414
int(__version__.split(".")[0]),
1515
int(__version__.split(".")[1]),

0 commit comments

Comments
 (0)