From 8c77f0ad412bf2cab435d1566f7051dab155640b Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 27 Oct 2024 22:44:58 +0000 Subject: [PATCH] 3.0.31 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 bec9e6c9..58dc18fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v3.0.31 (2024-10-27) + +### Other + +* Fix materialization task count when buffering an existing job ([#400](https://github.com/WIPACrepo/iceprod/issues/400)) ([`8301751`](https://github.com/WIPACrepo/iceprod/commit/83017516c37c2ee6dbcb4acb33b9cb12409d5890)) + ## v3.0.30 (2024-10-27) ### Other diff --git a/iceprod/__init__.py b/iceprod/__init__.py index 5792c736..15c10a01 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.30" +__version__ = "3.0.31" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),