Skip to content

Commit

Permalink
Release v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiefMaster committed Jul 20, 2023
1 parent 294965d commit 87d0984
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions _meta/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = indico-plugins
version = 3.2.1
version = 3.2.2
description = A meta-package containing the official Indico plugins
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
Expand All @@ -21,23 +21,23 @@ zip_safe = false
python_requires = >=3.9.0, <3.12

install_requires =
indico>=3.2
indico>=3.2.6
# Note: The following block must always be right after the indico requirement
# of install_requires in [options], and at the very end of that block since
# it may also have extras added which are in a separate section.
# BEGIN GENERATED REQUIREMENTS
indico-plugin-citadel>=3.2.1,<3.3.dev0
indico-plugin-cloud-captchas>=3.2,<3.3.dev0
indico-plugin-livesync>=3.2,<3.3.dev0
indico-plugin-owncloud>=3.2.1,<3.3.dev0
indico-plugin-payment-manual>=3.2,<3.3.dev0
indico-plugin-payment-paypal>=3.2,<3.3.dev0
indico-plugin-payment-sixpay>=3.2,<3.3.dev0
indico-plugin-piwik>=3.2,<3.3.dev0
indico-plugin-previewer-code>=3.2,<3.3.dev0
indico-plugin-previewer-jupyter>=3.2,<3.3.dev0
indico-plugin-prometheus>=3.2,<3.3.dev0
indico-plugin-storage-s3>=3.2.1,<3.3.dev0
indico-plugin-ursh>=3.2.1,<3.3.dev0
indico-plugin-vc-zoom>=3.2.2,<3.3.dev0
indico-plugin-citadel>=3.2.2,<3.3.dev0
indico-plugin-cloud-captchas>=3.2.1,<3.3.dev0
indico-plugin-livesync>=3.2.1,<3.3.dev0
indico-plugin-owncloud>=3.2.2,<3.3.dev0
indico-plugin-payment-manual>=3.2.1,<3.3.dev0
indico-plugin-payment-paypal>=3.2.1,<3.3.dev0
indico-plugin-payment-sixpay>=3.2.1,<3.3.dev0
indico-plugin-piwik>=3.2.1,<3.3.dev0
indico-plugin-previewer-code>=3.2.1,<3.3.dev0
indico-plugin-previewer-jupyter>=3.2.1,<3.3.dev0
indico-plugin-prometheus>=3.2.1,<3.3.dev0
indico-plugin-storage-s3>=3.2.2,<3.3.dev0
indico-plugin-ursh>=3.2.2,<3.3.dev0
indico-plugin-vc-zoom>=3.2.4,<3.3.dev0
# END GENERATED REQUIREMENTS

0 comments on commit 87d0984

Please sign in to comment.