diff --git a/_meta/setup.cfg b/_meta/setup.cfg index c3f6a32..c7b6395 100644 --- a/_meta/setup.cfg +++ b/_meta/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugins -version = 3.0-dev +version = 3.0rc1 description = A meta-package containing the official Indico plugins url = https://github.com/indico/indico-plugins license = MIT @@ -17,19 +17,19 @@ zip_safe = false python_requires = ~=3.9 install_requires = - indico>=3.0.dev0 + indico>=3.0rc1 # 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.0.dev0,<3.1.dev0 - indico-plugin-livesync>=3.0.dev0,<3.1.dev0 - indico-plugin-payment-manual>=3.0.dev0,<3.1.dev0 - indico-plugin-payment-paypal>=3.0.dev0,<3.1.dev0 - indico-plugin-piwik>=3.0.dev0,<3.1.dev0 - indico-plugin-previewer-code>=3.0.dev0,<3.1.dev0 - indico-plugin-previewer-jupyter>=3.0.dev0,<3.1.dev0 - indico-plugin-storage-s3>=3.0.dev0,<3.1.dev0 - indico-plugin-ursh>=3.0.dev0,<3.1.dev0 - indico-plugin-vc-zoom>=3.0.dev0,<3.1.dev0 + indico-plugin-citadel>=3.0rc1,<3.1.dev0 + indico-plugin-livesync>=3.0rc1,<3.1.dev0 + indico-plugin-payment-manual>=3.0rc1,<3.1.dev0 + indico-plugin-payment-paypal>=3.0rc1,<3.1.dev0 + indico-plugin-piwik>=3.0rc1,<3.1.dev0 + indico-plugin-previewer-code>=3.0rc1,<3.1.dev0 + indico-plugin-previewer-jupyter>=3.0rc1,<3.1.dev0 + indico-plugin-storage-s3>=3.0rc1,<3.1.dev0 + indico-plugin-ursh>=3.0rc1,<3.1.dev0 + indico-plugin-vc-zoom>=3.0rc1,<3.1.dev0 # END GENERATED REQUIREMENTS diff --git a/citadel/setup.cfg b/citadel/setup.cfg index ab6d343..8ca25ee 100644 --- a/citadel/setup.cfg +++ b/citadel/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-citadel -version = 3.0-dev +version = 3.0rc1 description = Indico search+livesync backend using Citadel+ElasticSearch url = https://github.com/indico/indico-plugins license = MIT diff --git a/livesync/setup.cfg b/livesync/setup.cfg index 9368a04..c31396d 100644 --- a/livesync/setup.cfg +++ b/livesync/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-livesync -version = 3.0-dev +version = 3.0rc1 description = Framework for pushing Indico event data to external services url = https://github.com/indico/indico-plugins license = MIT diff --git a/livesync_debug/setup.cfg b/livesync_debug/setup.cfg index 16a9876..ad5d247 100644 --- a/livesync_debug/setup.cfg +++ b/livesync_debug/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-livesync-debug -version = 3.0-dev +version = 3.0rc1 description = Debug target for the Indico LiveSync plugin url = https://github.com/indico/indico-plugins license = MIT diff --git a/payment_manual/setup.cfg b/payment_manual/setup.cfg index c2a1af9..705d6f1 100644 --- a/payment_manual/setup.cfg +++ b/payment_manual/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-payment-manual -version = 3.0-dev +version = 3.0rc1 description = Payment plugin for Indico that can be used for custom payment information/links url = https://github.com/indico/indico-plugins license = MIT diff --git a/payment_paypal/setup.cfg b/payment_paypal/setup.cfg index 45a6aaf..a8b5776 100644 --- a/payment_paypal/setup.cfg +++ b/payment_paypal/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-payment-paypal -version = 3.0-dev +version = 3.0rc1 description = PayPal payments for Indico event registration fees url = https://github.com/indico/indico-plugins license = MIT diff --git a/piwik/setup.cfg b/piwik/setup.cfg index 62f69b2..1bec436 100644 --- a/piwik/setup.cfg +++ b/piwik/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-piwik -version = 3.0-dev +version = 3.0rc1 description = Piwik integration for global and event-specific statistics in Indico url = https://github.com/indico/indico-plugins license = MIT @@ -27,4 +27,4 @@ indico.plugins = [pydocstyle] -ignore = D100,D101,D102,D103,D104,D105,D107,D203,D213 \ No newline at end of file +ignore = D100,D101,D102,D103,D104,D105,D107,D203,D213 diff --git a/previewer_code/setup.cfg b/previewer_code/setup.cfg index 935a14e..5c4a141 100644 --- a/previewer_code/setup.cfg +++ b/previewer_code/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-previewer-code -version = 3.0-dev +version = 3.0rc1 description = Syntax highlighter for code attachments in Indico url = https://github.com/indico/indico-plugins license = MIT diff --git a/previewer_jupyter/setup.cfg b/previewer_jupyter/setup.cfg index 5a953ba..97801a6 100644 --- a/previewer_jupyter/setup.cfg +++ b/previewer_jupyter/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-previewer-jupyter -version = 3.0-dev +version = 3.0rc1 description = Jupyter notebook rendering for attachments in Indico url = https://github.com/indico/indico-plugins license = MIT diff --git a/storage_s3/setup.cfg b/storage_s3/setup.cfg index d646938..062f9a0 100644 --- a/storage_s3/setup.cfg +++ b/storage_s3/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-storage-s3 -version = 3.0-dev +version = 3.0rc1 description = S3 storage backend for Indico url = https://github.com/indico/indico-plugins license = MIT diff --git a/themes_legacy/setup.cfg b/themes_legacy/setup.cfg index d8e0c8c..dfbf927 100644 --- a/themes_legacy/setup.cfg +++ b/themes_legacy/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-themes-legacy -version = 3.0-dev +version = 3.0rc1 description = Legacy themes for Indico url = https://github.com/indico/indico-plugins license = MIT diff --git a/ursh/setup.cfg b/ursh/setup.cfg index a1b3afc..7a54748 100644 --- a/ursh/setup.cfg +++ b/ursh/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-ursh -version = 3.0-dev +version = 3.0rc1 description = URL shortening service for Indico url = https://github.com/indico/indico-plugins license = MIT diff --git a/vc_dummy/setup.cfg b/vc_dummy/setup.cfg index 3301714..7eef29e 100644 --- a/vc_dummy/setup.cfg +++ b/vc_dummy/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-vc-dummy -version = 3.0-dev +version = 3.0rc1 description = Dummy/example video-conferencing plugin for Indico url = https://github.com/indico/indico-plugins license = MIT diff --git a/vc_zoom/setup.cfg b/vc_zoom/setup.cfg index 5a84d2c..f8159d2 100644 --- a/vc_zoom/setup.cfg +++ b/vc_zoom/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-vc-zoom -version = 3.0-dev +version = 3.0rc1 description = Zoom video-conferencing plugin for Indico long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=CommonMark