From 934482a32abe6e3eb15c35cd25a13c0646398bcc Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Thu, 25 Aug 2022 00:09:57 +0200 Subject: [PATCH] Bump plugins with updated translations --- citadel/README.md | 4 ++++ citadel/setup.cfg | 4 ++-- payment_manual/README.md | 4 ++++ payment_manual/setup.cfg | 4 ++-- payment_paypal/README.md | 4 ++++ payment_paypal/setup.cfg | 4 ++-- payment_sixpay/README.md | 4 ++++ payment_sixpay/setup.cfg | 4 ++-- piwik/README.md | 4 ++++ piwik/setup.cfg | 4 ++-- storage_s3/setup.cfg | 4 ++-- themes_legacy/README.md | 4 ++++ themes_legacy/setup.cfg | 4 ++-- ursh/README.md | 4 ++++ ursh/setup.cfg | 4 ++-- 15 files changed, 44 insertions(+), 16 deletions(-) diff --git a/citadel/README.md b/citadel/README.md index 47a8e84..c9e3a2d 100644 --- a/citadel/README.md +++ b/citadel/README.md @@ -5,6 +5,10 @@ to provide advanced search functionality using an Elasticsearch backend. ## Changelog +### 3.2 + +- Update translations + ### 3.1 - Adapt to Indico 3.1 changes diff --git a/citadel/setup.cfg b/citadel/setup.cfg index f2cada5..eaffef4 100644 --- a/citadel/setup.cfg +++ b/citadel/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-citadel -version = 3.1 +version = 3.2 description = Indico search+livesync backend using Citadel+ElasticSearch long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM @@ -20,7 +20,7 @@ zip_safe = false include_package_data = true python_requires = >=3.9.0, <3.11 install_requires = - indico>=3.1 + indico>=3.2 indico-plugin-livesync>=3.0.dev0 [options.entry_points] diff --git a/payment_manual/README.md b/payment_manual/README.md index ea4a5f6..1225b3d 100644 --- a/payment_manual/README.md +++ b/payment_manual/README.md @@ -8,6 +8,10 @@ integration with Indico. ## Changelog +### 3.2 + +- Update translations + ### 3.1 - Add placeholders for the registration form id and the registration's database id diff --git a/payment_manual/setup.cfg b/payment_manual/setup.cfg index 3bd6fa9..ebf9e06 100644 --- a/payment_manual/setup.cfg +++ b/payment_manual/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-payment-manual -version = 3.1 +version = 3.2 description = Payment plugin for Indico that can be used for custom payment information/links long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM @@ -20,7 +20,7 @@ zip_safe = false include_package_data = true python_requires = >=3.9.0, <3.11 install_requires = - indico>=3.1 + indico>=3.2 [options.entry_points] indico.plugins = diff --git a/payment_paypal/README.md b/payment_paypal/README.md index 0db88ce..5df2633 100644 --- a/payment_paypal/README.md +++ b/payment_paypal/README.md @@ -10,6 +10,10 @@ payment has been made and processed by PayPal. ## Changelog +### 3.2 + +- Update translations + ### 3.1 - Adapt to Indico 3.1 changes diff --git a/payment_paypal/setup.cfg b/payment_paypal/setup.cfg index 1f4544f..1f8ffa2 100644 --- a/payment_paypal/setup.cfg +++ b/payment_paypal/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-payment-paypal -version = 3.1 +version = 3.2 description = PayPal payments for Indico event registration fees long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM @@ -20,7 +20,7 @@ zip_safe = false include_package_data = true python_requires = >=3.9.0, <3.11 install_requires = - indico>=3.1 + indico>=3.2 [options.entry_points] indico.plugins = diff --git a/payment_sixpay/README.md b/payment_sixpay/README.md index 5a30549..f8e4a4e 100644 --- a/payment_sixpay/README.md +++ b/payment_sixpay/README.md @@ -8,6 +8,10 @@ they are automatically sent back to Indico. ## Changelog +### 3.2 + +- Update translations + ### 3.1.2 - Fix error after successful payment if background confirmation already happened diff --git a/payment_sixpay/setup.cfg b/payment_sixpay/setup.cfg index dca3fcd..5cbd8d0 100644 --- a/payment_sixpay/setup.cfg +++ b/payment_sixpay/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-payment-sixpay -version = 3.1.2 +version = 3.2 description = SIXPay/Saferpay payments for Indico event registration fees long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM @@ -20,7 +20,7 @@ zip_safe = false include_package_data = true python_requires = >=3.9.0, <3.11 install_requires = - indico>=3.1 + indico>=3.2 iso4217==1.6.20180829 [options.entry_points] diff --git a/piwik/README.md b/piwik/README.md index f65a070..bfb8477 100644 --- a/piwik/README.md +++ b/piwik/README.md @@ -5,6 +5,10 @@ gather statistics about the users accessing Indico or specific Indico events. ## Changelog +### 3.2 + +- Update translations + ### 3.0 - Initial release for Indico 3.0 diff --git a/piwik/setup.cfg b/piwik/setup.cfg index 00d33fc..b8cdf1c 100644 --- a/piwik/setup.cfg +++ b/piwik/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-piwik -version = 3.0 +version = 3.2 description = Piwik integration for global and event-specific statistics in Indico long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM @@ -20,7 +20,7 @@ zip_safe = false include_package_data = true python_requires = >=3.9.0, <3.11 install_requires = - indico>=3.0 + indico>=3.2 [options.entry_points] indico.plugins = diff --git a/storage_s3/setup.cfg b/storage_s3/setup.cfg index c6708c9..2e7fa13 100644 --- a/storage_s3/setup.cfg +++ b/storage_s3/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-storage-s3 -version = 3.1.2 +version = 3.2 description = S3 storage backend for Indico long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM @@ -20,7 +20,7 @@ zip_safe = false include_package_data = true python_requires = >=3.9.0, <3.11 install_requires = - indico>=3.1 + indico>=3.2 boto3>=1.20.51,<2.0 [options.entry_points] diff --git a/themes_legacy/README.md b/themes_legacy/README.md index 7af4187..023f6fa 100644 --- a/themes_legacy/README.md +++ b/themes_legacy/README.md @@ -15,6 +15,10 @@ using it when an instance is upgraded to 3.0. ## Changelog +### 3.2 + +- Update translations + ### 3.0 - Initial release for Indico 3.0 diff --git a/themes_legacy/setup.cfg b/themes_legacy/setup.cfg index 3e2cbb5..dce5e8d 100644 --- a/themes_legacy/setup.cfg +++ b/themes_legacy/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-themes-legacy -version = 3.0 +version = 3.2 description = Legacy themes for Indico long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM @@ -20,7 +20,7 @@ zip_safe = false include_package_data = true python_requires = >=3.9.0, <3.11 install_requires = - indico>=3.0 + indico>=3.2 [options.entry_points] indico.plugins = diff --git a/ursh/README.md b/ursh/README.md index efba802..de21938 100644 --- a/ursh/README.md +++ b/ursh/README.md @@ -13,6 +13,10 @@ human-friendly shortcuts pointing to an event (such as `https://indico.example.c ## Changelog +### 3.2 + +- Update translations + ### 3.1 - Adapt to Indico 3.1 changes diff --git a/ursh/setup.cfg b/ursh/setup.cfg index 11106bf..223b975 100644 --- a/ursh/setup.cfg +++ b/ursh/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-ursh -version = 3.1 +version = 3.2 description = URL shortening service for Indico long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM @@ -20,7 +20,7 @@ zip_safe = false include_package_data = true python_requires = >=3.9.0, <3.11 install_requires = - indico>=3.1 + indico>=3.2 [options.entry_points] indico.plugins =