From cc8f5e33c2ef2da835b0880ca984840d5b0e49d2 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 3 Oct 2024 21:41:00 +0000 Subject: [PATCH] 3.0.8 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 9e3f668b..c91da25b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v3.0.8 (2024-10-03) + +### Other + +* Set environ(OS_ARCH) ([#378](https://github.com/WIPACrepo/iceprod/issues/378)) ([`0b0012a`](https://github.com/WIPACrepo/iceprod/commit/0b0012ab55f6ab13d59ec8aa09eda0532a1632dc)) + ## v3.0.7 (2024-10-03) ### Other diff --git a/iceprod/__init__.py b/iceprod/__init__.py index 43920e17..964db4f8 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.7" +__version__ = "3.0.8" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),