mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
Bump versions
This commit is contained in:
parent
18d9a3ee79
commit
93af9bfc14
@ -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
|
||||
|
||||
@ -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 =
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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 =
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user