Release 2.0.0

This commit is contained in:
Franzi 2023-03-29 11:15:59 +02:00
parent 0d3d96e96d
commit 3bd74850a5
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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 "