From 529e999e69a96d89f304f6721d231383742959d4 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Wed, 8 Nov 2023 07:50:18 +0100 Subject: [PATCH] voc.pretalx: more recent versions of everything please --- nodes/voc/pretalx.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nodes/voc/pretalx.py b/nodes/voc/pretalx.py index 735cef6..da62f65 100644 --- a/nodes/voc/pretalx.py +++ b/nodes/voc/pretalx.py @@ -49,18 +49,18 @@ nodes['voc.pretalx'] = { }, }, 'pretalx': { - 'version': 'v2023.1.3', + 'version': 'main', 'domain': 'pretalx.c3voc.de', 'mail_from': 'pretalx@c3voc.de', 'administrators-from-group-id': 1, 'plugins': { 'broadcast_tools': { 'repo': 'https://github.com/Kunsi/pretalx-plugin-broadcast-tools.git', - 'rev': '2.1.0', + 'rev': 'main', }, 'downstream': { 'repo': 'https://github.com/pretalx/pretalx-downstream.git', - 'rev': 'v1.1.5', + 'rev': 'main', }, 'halfnarp': { 'repo': 'https://github.com/seibert-media/pretalx-halfnarp.git',