Skip to content

Commit c89aec3

Browse files
committed
Release v3.3.1
1 parent 4ec42ab commit c89aec3

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

_meta/README.md

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

99
## Changelog
1010

11+
### 3.3.1
12+
13+
- Update `indico-plugin-piwik`
14+
- Update `indico-plugin-jupyter`
15+
1116
### 3.3
1217

1318
- Support (and require) Python 3.12

_meta/pyproject.toml

Lines changed: 3 additions & 3 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'
5+
version = '3.3.1'
66
license = 'MIT'
77
authors = [{ name = 'Indico Team', email = 'indico-team@cern.ch' }]
88
classifiers = [
@@ -21,9 +21,9 @@ dependencies = [
2121
'indico-plugin-payment-manual>=3.3,<3.4.dev0',
2222
'indico-plugin-payment-paypal>=3.3,<3.4.dev0',
2323
'indico-plugin-payment-sixpay>=3.3,<3.4.dev0',
24-
'indico-plugin-piwik>=3.3,<3.4.dev0',
24+
'indico-plugin-piwik>=3.3.1,<3.4.dev0',
2525
'indico-plugin-previewer-code>=3.3,<3.4.dev0',
26-
'indico-plugin-previewer-jupyter>=3.3,<3.4.dev0',
26+
'indico-plugin-previewer-jupyter>=3.3.1,<3.4.dev0',
2727
'indico-plugin-prometheus>=3.3,<3.4.dev0',
2828
'indico-plugin-storage-s3>=3.3,<3.4.dev0',
2929
'indico-plugin-ursh>=3.3,<3.4.dev0',

0 commit comments

Comments
 (0)