VC/Zoom: Release stable version (2.3)

This commit is contained in:
Adrian Moennich 2021-04-08 16:51:54 +02:00
parent 23eed33eb3
commit 5010420249
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -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'
],
)