diff --git a/citadel/README.md b/citadel/README.md index e62aa31..b3c65b4 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.2 + +- Adapt to Indico 3.2.6 changes + ### 3.2.1 - Stop using deprecated URL utils from werkzeug diff --git a/citadel/setup.cfg b/citadel/setup.cfg index cc60d14..7deef8f 100644 --- a/citadel/setup.cfg +++ b/citadel/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-citadel -version = 3.2.1 +version = 3.2.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 @@ -21,8 +21,8 @@ zip_safe = false include_package_data = true python_requires = >=3.9.0, <3.11 install_requires = - indico>=3.2 - indico-plugin-livesync>=3.0.dev0 + indico>=3.2.6.dev0 + indico-plugin-livesync>=3.2.1 [options.entry_points] indico.plugins = diff --git a/livesync/README.md b/livesync/README.md index 169a490..8f6b84a 100644 --- a/livesync/README.md +++ b/livesync/README.md @@ -5,6 +5,10 @@ external services, typically to provide advanced search functionality. ## Changelog +### 3.2.1 + +- Adapt to Indico 3.2.6 changes + ### 3.2 - Adapt to Indico 3.2 changes diff --git a/livesync/setup.cfg b/livesync/setup.cfg index 4d9f4b8..6d4b528 100644 --- a/livesync/setup.cfg +++ b/livesync/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-livesync -version = 3.2 +version = 3.2.1 description = Framework for pushing Indico event data to external services long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM @@ -21,7 +21,7 @@ zip_safe = false include_package_data = true python_requires = >=3.9.0, <3.11 install_requires = - indico>=3.2 + indico>=3.2.6.dev0 [options.entry_points] indico.plugins = diff --git a/vc_zoom/README.md b/vc_zoom/README.md index 0487d5c..02d79b6 100644 --- a/vc_zoom/README.md +++ b/vc_zoom/README.md @@ -11,6 +11,10 @@ ## Changelog +### 3.2.4 + +- Adapt to Indico 3.2.6 changes + ### 3.2.3 - Support Zoom's Server-to-Server OAuth in addition to the (deprecated) JWT diff --git a/vc_zoom/setup.cfg b/vc_zoom/setup.cfg index b52a49e..46e679e 100644 --- a/vc_zoom/setup.cfg +++ b/vc_zoom/setup.cfg @@ -21,7 +21,7 @@ zip_safe = false include_package_data = true python_requires = >=3.9.0, <3.11 install_requires = - indico>=3.2 + indico>=3.2.6.dev0 PyJWT>=2.0.0,<3 [options.entry_points]