From c8548e9aff9ce9df3ed88dc4ce93c8494521f251 Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Mon, 2 Dec 2024 17:17:43 +0100 Subject: [PATCH] Release v3.3.2 --- _meta/README.md | 16 ++++++++++++++++ _meta/pyproject.toml | 26 +++++++++++++------------- 2 files changed, 29 insertions(+), 13 deletions(-) diff --git a/_meta/README.md b/_meta/README.md index 0b1cef17..5ee5af1b 100644 --- a/_meta/README.md +++ b/_meta/README.md @@ -8,6 +8,22 @@ a single package that can be installed and updated easily. ## Changelog +### 3.3.2 + +- Require Indico v3.3.5 +- Update `indico-plugin-citadel` +- Update `indico-plugin-cloud-captchas` +- Update `indico-plugin-livesync` +- Update `indico-plugin-owncloud` +- Update `indico-plugin-payment-manual` +- Update `indico-plugin-payment-paypal` +- Update `indico-plugin-payment-sixpay` +- Update `indico-plugin-piwik` +- Update `indico-plugin-storage-s3` +- Update `indico-plugin-themes-legacy` +- Update `indico-plugin-ursh` +- Update `indico-plugin-vc-zoom` + ### 3.3.1 - Update `indico-plugin-piwik` diff --git a/_meta/pyproject.toml b/_meta/pyproject.toml index e2c3040f..7854fddc 100644 --- a/_meta/pyproject.toml +++ b/_meta/pyproject.toml @@ -2,7 +2,7 @@ name = 'indico-plugins' description = 'A meta-package containing the official Indico plugins' readme = 'README.md' -version = '3.3.1' +version = '3.3.2' license = 'MIT' authors = [{ name = 'Indico Team', email = 'indico-team@cern.ch' }] classifiers = [ @@ -13,21 +13,21 @@ classifiers = [ ] requires-python = '>=3.12.2, <3.13' dependencies = [ - 'indico>=3.3', - 'indico-plugin-citadel>=3.3,<3.4.dev0', - 'indico-plugin-cloud-captchas>=3.3,<3.4.dev0', - 'indico-plugin-livesync>=3.3,<3.4.dev0', - 'indico-plugin-owncloud>=3.3,<3.4.dev0', - 'indico-plugin-payment-manual>=3.3,<3.4.dev0', - 'indico-plugin-payment-paypal>=3.3,<3.4.dev0', - 'indico-plugin-payment-sixpay>=3.3,<3.4.dev0', - 'indico-plugin-piwik>=3.3.1,<3.4.dev0', + 'indico>=3.3.5', + 'indico-plugin-citadel>=3.3.1,<3.4.dev0', + 'indico-plugin-cloud-captchas>=3.3.1,<3.4.dev0', + 'indico-plugin-livesync>=3.3.1,<3.4.dev0', + 'indico-plugin-owncloud>=3.3.1,<3.4.dev0', + 'indico-plugin-payment-manual>=3.3.1,<3.4.dev0', + 'indico-plugin-payment-paypal>=3.3.1,<3.4.dev0', + 'indico-plugin-payment-sixpay>=3.3.2,<3.4.dev0', + 'indico-plugin-piwik>=3.3.2,<3.4.dev0', 'indico-plugin-previewer-code>=3.3,<3.4.dev0', 'indico-plugin-previewer-jupyter>=3.3.1,<3.4.dev0', 'indico-plugin-prometheus>=3.3,<3.4.dev0', - 'indico-plugin-storage-s3>=3.3,<3.4.dev0', - 'indico-plugin-ursh>=3.3,<3.4.dev0', - 'indico-plugin-vc-zoom>=3.3,<3.4.dev0', + 'indico-plugin-storage-s3>=3.3.1,<3.4.dev0', + 'indico-plugin-ursh>=3.3.1,<3.4.dev0', + 'indico-plugin-vc-zoom>=3.3.1,<3.4.dev0', ] [project.urls]