From 2b5f30138a5fd49ebcb5c29f30786b9e93246d37 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 13 Sep 2023 18:51:46 +0000 Subject: [PATCH] 2.7.4 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 9c4c6239..de7dbf13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v2.7.4 (2023-09-13) + +### Other + +* Fix os selection ([#361](https://github.com/WIPACrepo/iceprod/issues/361)) ([`efa52ac`](https://github.com/WIPACrepo/iceprod/commit/efa52acf9aafea60ac974d236363bddb4c3397e5)) + ## v2.7.3 (2023-07-26) ### Other diff --git a/iceprod/__init__.py b/iceprod/__init__.py index d9887411..2fe04f16 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__ = "2.7.3" +__version__ = "2.7.4" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),