From 498782a9626c61d2c08d69433e0431010d157a25 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Tue, 28 Feb 2023 19:20:43 +0100 Subject: [PATCH] release 1.1.0 --- pretalx_broadcast_tools/apps.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pretalx_broadcast_tools/apps.py b/pretalx_broadcast_tools/apps.py index ad30d0b..e0c4bed 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.1.0-beta1" + version = "1.1.0" def ready(self): from . import signals # NOQA diff --git a/setup.py b/setup.py index 0837f85..c6d0323 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ cmdclass = {"build": CustomBuild} setup( name="pretalx-plugin-broadcast-tools", - version="1.1.0-beta1", + version="1.1.0", description=( "Some tools which can be used for supporting a broadcasting " "software, for example a 'lower third' page which can be "