From 3bd74850a50bd5ecc99aa401a5de8b6ea6f67ad2 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Wed, 29 Mar 2023 11:15:59 +0200 Subject: [PATCH] Release 2.0.0 --- CHANGELOG.md | 2 +- pretalx_broadcast_tools/apps.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e1dc69..30a03ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# next +# 2.0.0 * room info page can now show more content on the lower half of the view * **BREAKING:** The option to select which content should be shown diff --git a/pretalx_broadcast_tools/apps.py b/pretalx_broadcast_tools/apps.py index e0c4bed..50c21f2 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" + version = "2.0.0" def ready(self): from . import signals # NOQA diff --git a/setup.py b/setup.py index c6d0323..ce5e212 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ cmdclass = {"build": CustomBuild} setup( name="pretalx-plugin-broadcast-tools", - version="1.1.0", + version="2.0.0", description=( "Some tools which can be used for supporting a broadcasting " "software, for example a 'lower third' page which can be "