Bump versions

This commit is contained in:
Adrian Moennich 2023-07-05 15:13:24 +02:00
parent 18d9a3ee79
commit 93af9bfc14
6 changed files with 18 additions and 6 deletions

View File

@ -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

View File

@ -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 =

View File

@ -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

View File

@ -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 =

View File

@ -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

View File

@ -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]