diff --git a/CHANGELOG.md b/CHANGELOG.md index c18b4f0f..8f02ab66 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 5c169031..8a85e2e3 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]),