From 73609ef196436bd7118348cc8a2de7e8337effd5 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 10 Jan 2025 18:31:30 +0000 Subject: [PATCH] 3.0.43 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 849a0be2..ad274485 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v3.0.43 (2025-01-10) + +### Other + +* Actually filter by gpu tasks ([#415](https://github.com/WIPACrepo/iceprod/issues/415)) ([`70b49e6`](https://github.com/WIPACrepo/iceprod/commit/70b49e6d4dab1ae732cf64befa4ec8bca7cd16c0)) + ## v3.0.42 (2025-01-10) ### Other diff --git a/iceprod/__init__.py b/iceprod/__init__.py index be5579cb..da0cc308 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.42" +__version__ = "3.0.43" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),