1
0
Fork 0
mirror of https://github.com/Kunsi/pretalx-plugin-broadcast-tools synced 2024-04-29 08:27:17 +00:00

release 1.1.0

This commit is contained in:
Franzi 2023-02-28 19:20:43 +01:00
parent c5cb67d969
commit 498782a962
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 2 additions and 2 deletions

View file

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

View file

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