diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c4c6239f..de7dbf13f 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 d98874117..2fe04f16a 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]),