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

Release 1.0.2

This commit is contained in:
Franzi 2022-11-07 06:34:00 +01:00
parent 76f615862f
commit b9d0f42d98
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
# 1.0.2
* fix compatibility issue with pretalx 2.3.1
# 1.0.1
* fix version identifier in setup.py

View file

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

View file

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