From 0b1ae95fd6a46ad26cc1d079da333e108528c823 Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Thu, 31 Oct 2024 13:09:01 +0100 Subject: [PATCH] Add changelog entry + bump version --- vc_zoom/README.md | 5 +++++ vc_zoom/pyproject.toml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/vc_zoom/README.md b/vc_zoom/README.md index 3f3cb709..53ccc3a7 100644 --- a/vc_zoom/README.md +++ b/vc_zoom/README.md @@ -11,6 +11,11 @@ ## Changelog +### 3.3.1 + +- Adapt to Indico 3.3.5 changes +- Modernize UI elements + ### 3.3 - Adapt to Indico 3.3 changes diff --git a/vc_zoom/pyproject.toml b/vc_zoom/pyproject.toml index 1877c215..4c689c28 100644 --- a/vc_zoom/pyproject.toml +++ b/vc_zoom/pyproject.toml @@ -2,7 +2,7 @@ name = 'indico-plugin-vc-zoom' description = 'Zoom video-conferencing plugin for Indico' readme = 'README.md' -version = '3.3' +version = '3.3.1' license = 'MIT' authors = [ { name = 'Indico Team', email = 'indico-team@cern.ch' }, @@ -15,7 +15,7 @@ classifiers = [ 'Programming Language :: Python :: 3.12', ] requires-python = '>=3.12.2, <3.13' -dependencies = ['indico>=3.3'] +dependencies = ['indico>=3.3.5.dev0'] [project.urls] GitHub = 'https://github.com/indico/indico-plugins'