From 52d5476ba34ccd2fa350ef62633a171fe5af2350 Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Thu, 23 Jun 2022 15:07:58 +0200 Subject: [PATCH] VC/Zoom: Bump version & add missing changelog entry --- vc_zoom/README.md | 5 +++++ vc_zoom/setup.cfg | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/vc_zoom/README.md b/vc_zoom/README.md index cd48a31..559292f 100644 --- a/vc_zoom/README.md +++ b/vc_zoom/README.md @@ -11,6 +11,11 @@ ## Changelog +### 3.2 + +- Adapt to Indico 3.2 changes +- Re-schedule (non-recurring) Zoom meetings when the event time gets changed + ### 3.1.4 - Fix JS error on the dropdown for "make me co-host" diff --git a/vc_zoom/setup.cfg b/vc_zoom/setup.cfg index 867c1ee..c230d80 100644 --- a/vc_zoom/setup.cfg +++ b/vc_zoom/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-vc-zoom -version = 3.1.4 +version = 3.2-dev description = Zoom video-conferencing plugin for Indico long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM @@ -20,7 +20,7 @@ zip_safe = false include_package_data = true python_requires = >=3.9.0, <3.11 install_requires = - indico>=3.1 + indico>=3.2.dev0 PyJWT>=2.0.0,<3 [options.entry_points]