VC/Zoom: Bump version & add missing changelog entry

This commit is contained in:
Adrian Moennich 2022-06-23 15:07:58 +02:00
parent ef8e04643f
commit 52d5476ba3
2 changed files with 7 additions and 2 deletions

View File

@ -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"

View File

@ -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]