Skip to content

Commit 6d346b1

Browse files
committed
Release v3.3.5
1 parent a945633 commit 6d346b1

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

_meta/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ a single package that can be installed and updated easily.
88

99
## Changelog
1010

11+
### 3.3.5
12+
13+
- Update `indico-plugin-citadel`
14+
- Update `indico-plugin-livesync`
15+
- Update `indico-plugin-owncloud`
16+
- Update `indico-plugin-payment-sixpay`
17+
- Update `indico-plugin-prometheus`
18+
- Update `indico-plugin-vc-zoom`
19+
1120
### 3.3.4
1221

1322
- Add `indico-plugin-payment-stripe`

_meta/pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = 'indico-plugins'
33
description = 'A meta-package containing the official Indico plugins'
44
readme = 'README.md'
5-
version = '3.3.4'
5+
version = '3.3.5'
66
license = 'MIT'
77
authors = [{ name = 'Indico Team', email = 'indico-team@cern.ch' }]
88
classifiers = [
@@ -13,22 +13,22 @@ classifiers = [
1313
]
1414
requires-python = '>=3.12.2, <3.13'
1515
dependencies = [
16-
'indico>=3.3.6',
17-
'indico-plugin-citadel>=3.3.2,<3.4.dev0',
16+
'indico>=3.3.7',
17+
'indico-plugin-citadel>=3.3.3,<3.4.dev0',
1818
'indico-plugin-cloud-captchas>=3.3.2,<3.4.dev0',
19-
'indico-plugin-livesync>=3.3.2,<3.4.dev0',
20-
'indico-plugin-owncloud>=3.3.2,<3.4.dev0',
19+
'indico-plugin-livesync>=3.3.3,<3.4.dev0',
20+
'indico-plugin-owncloud>=3.3.3,<3.4.dev0',
2121
'indico-plugin-payment-manual>=3.3.2,<3.4.dev0',
2222
'indico-plugin-payment-paypal>=3.3.2,<3.4.dev0',
23-
'indico-plugin-payment-sixpay>=3.3.3,<3.4.dev0',
23+
'indico-plugin-payment-sixpay>=3.3.4,<3.4.dev0',
2424
'indico-plugin-payment-stripe>=3.3,<3.4.dev0',
2525
'indico-plugin-piwik>=3.3.3,<3.4.dev0',
2626
'indico-plugin-previewer-code>=3.3,<3.4.dev0',
2727
'indico-plugin-previewer-jupyter>=3.3.1,<3.4.dev0',
28-
'indico-plugin-prometheus>=3.3.1,<3.4.dev0',
28+
'indico-plugin-prometheus>=3.3.2,<3.4.dev0',
2929
'indico-plugin-storage-s3>=3.3.2,<3.4.dev0',
3030
'indico-plugin-ursh>=3.3.2,<3.4.dev0',
31-
'indico-plugin-vc-zoom>=3.3.3,<3.4.dev0',
31+
'indico-plugin-vc-zoom>=3.3.4,<3.4.dev0',
3232
]
3333

3434
[project.urls]

0 commit comments

Comments
 (0)