File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 22name = ' indico-plugins'
33description = ' A meta-package containing the official Indico plugins'
44readme = ' README.md'
5- version = ' 3.3'
5+ version = ' 3.3.1 '
66license = ' MIT'
77authors = [{ name = ' Indico Team' , email = ' indico-team@cern.ch' }]
88classifiers = [
@@ -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' ,
You can’t perform that action at this time.
0 commit comments