diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 63e1928..6adbe79 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,6 +29,7 @@ jobs: path: | ~/.cache/pip eggs + .tox key: ${{ runner.os }}-pip-${{ matrix.config[0] }}-${{ hashFiles('setup.*', 'tox.ini') }} restore-keys: | ${{ runner.os }}-pip-${{ matrix.config[0] }}- diff --git a/CHANGES.rst b/CHANGES.rst index 328bb19..fff6051 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,6 +7,10 @@ Changelog - Handle missing infos in prenotazioniFolder serializer. [cekk] +- Compatibilize with the 2.0.1 redturtle.prenotazioni version. +- Add the UO.contact_info field to @bookable-uo-list response. + [folix-01] + 1.1.10 (2023-10-16) -------------------