From b9d0f42d98befd7d7eba301b392a334045726bcb Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Mon, 7 Nov 2022 06:34:00 +0100 Subject: [PATCH] Release 1.0.2 --- CHANGELOG.md | 4 ++++ pretalx_broadcast_tools/apps.py | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf7e9dd..22502f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.0.2 + +* fix compatibility issue with pretalx 2.3.1 + # 1.0.1 * fix version identifier in setup.py diff --git a/pretalx_broadcast_tools/apps.py b/pretalx_broadcast_tools/apps.py index 5714e84..27327f4 100644 --- a/pretalx_broadcast_tools/apps.py +++ b/pretalx_broadcast_tools/apps.py @@ -15,7 +15,7 @@ class PluginApp(AppConfig): "embedded into your broadcasting software" ) visible = True - version = "1.0.1" + version = "1.0.2" def ready(self): from . import signals # NOQA diff --git a/setup.py b/setup.py index c7a8022..b3c8569 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ cmdclass = {"build": CustomBuild} setup( name="pretalx-plugin-broadcast-tools", - version="1.0.1", + version="1.0.2", description=( "Some tools which can be used for supporting a broadcasting " "software, for example a 'lower third' page which can be "