From 9347e0affd4898e46515090b38f1e51d2e4500a0 Mon Sep 17 00:00:00 2001 From: Andrea Cecchi Date: Mon, 20 Nov 2023 12:39:03 +0100 Subject: [PATCH] update dependency with rdturtle.prenotazioni version --- CHANGES.rst | 5 ++--- setup.py | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 2c40d96..b3876ed 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,11 +4,10 @@ Changelog 1.1.11 (unreleased) ------------------- +- [BREAKING CHANGE] Compatibility with redturtle.prenotazioni>=2.2.0. + [folix-01] - Handle missing infos in prenotazioniFolder serializer. [cekk] - -- Compatibilize with the 2.0.1 redturtle.prenotazioni version. - [folix-01] - Add the UO.contact_info field to @bookable-uo-list response. [folix-01] - Extend prenotazioni email vars list (unita_organizzativa_title, booking_print_url_with_delete_token). diff --git a/setup.py b/setup.py index 98869d6..5bff55c 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ "z3c.jbot", "plone.api>=1.8.4", "plone.app.dexterity", - "redturtle.prenotazioni>=2.1.3", + "redturtle.prenotazioni>=2.2.0", "design.plone.policy", ], extras_require={