From c7da7fff00f40b75f7d2a2f65f6f2cc239a33d13 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 16 Oct 2024 18:11:52 +0000 Subject: [PATCH] 3.0.23 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 d2421ec4..9404c11b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v3.0.23 (2024-10-16) + +### Other + +* Ignore missing config for dataset details ([#392](https://github.com/WIPACrepo/iceprod/issues/392)) ([`0eecd15`](https://github.com/WIPACrepo/iceprod/commit/0eecd1538635e0aa541b2623530bea75b34feaf6)) + ## v3.0.22 (2024-10-16) ### Other diff --git a/iceprod/__init__.py b/iceprod/__init__.py index 25374065..46558e66 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.22" +__version__ = "3.0.23" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),