From 2d6a41e9af576436f364328fee348f83f4445ef8 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 8 Nov 2023 23:29:34 +0000 Subject: [PATCH] 2.7.10 Automatically generated by python-semantic-release --- CHANGELOG.md | 9 +++++++++ iceprod/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c18b4f0f5..8f02ab662 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ +## v2.7.10 (2023-11-08) + +### Other + +* update requirements.txt ([`ebf9adb`](https://github.com/WIPACrepo/iceprod/commit/ebf9adb10f0ee55db6020a7e7382275979e8aa72)) +* update requirements-tests.txt ([`0f35b39`](https://github.com/WIPACrepo/iceprod/commit/0f35b390d4f769fa9c02b0b92539302a84687241)) +* update requirements-docs.txt ([`246abad`](https://github.com/WIPACrepo/iceprod/commit/246abadc894f5e882c57939cff29e9ac1460cf6f)) +* Fix not enough values to unpack error ([`bcf6496`](https://github.com/WIPACrepo/iceprod/commit/bcf6496baf6872069ff75e1338212ead7772b255)) + ## v2.7.9 (2023-11-07) ### Other diff --git a/iceprod/__init__.py b/iceprod/__init__.py index 5c1690319..8a85e2e3e 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.9" +__version__ = "2.7.10" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),