mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-13 07:29:39 +00:00
VC/Zoom: Release stable version (2.3)
This commit is contained in:
parent
23eed33eb3
commit
5010420249
@ -11,7 +11,7 @@
|
||||
|
||||
## Changelog
|
||||
|
||||
### 2.3b3
|
||||
### 2.3
|
||||
|
||||
- Fix deleting Zoom meetings that were already deleted on the Zoom side when running outside a web request context (e.g. during scheduled deletion of events)
|
||||
- Fix overwriting co-hosts added via the Zoom client when using "make me co-host" in Indico
|
||||
|
||||
@ -15,9 +15,9 @@ from setuptools import setup
|
||||
# is in setup.cfg now
|
||||
setup(
|
||||
name='indico-plugin-vc-zoom',
|
||||
version='2.3b2',
|
||||
version='2.3',
|
||||
install_requires=[
|
||||
'indico>=2.3.3',
|
||||
'indico>=2.3.4',
|
||||
'PyJWT>=1.7.1,<2'
|
||||
],
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user