mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
VC/Zoom: Bump version & add missing changelog entry
This commit is contained in:
parent
ef8e04643f
commit
52d5476ba3
@ -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"
|
||||
|
||||
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user