From 501042024958a8de76d99a9d6abd68065786d83d Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Thu, 8 Apr 2021 16:51:54 +0200 Subject: [PATCH] VC/Zoom: Release stable version (2.3) --- vc_zoom/README.md | 2 +- vc_zoom/setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vc_zoom/README.md b/vc_zoom/README.md index 69577ce..995e9ac 100644 --- a/vc_zoom/README.md +++ b/vc_zoom/README.md @@ -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 diff --git a/vc_zoom/setup.py b/vc_zoom/setup.py index 5a383a5..886aa4a 100644 --- a/vc_zoom/setup.py +++ b/vc_zoom/setup.py @@ -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' ], )