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]