1
0
Fork 0
mirror of https://github.com/Kunsi/pretalx-plugin-broadcast-tools synced 2024-05-08 09:18:20 +00:00

release 0.2.0

This commit is contained in:
Franzi 2021-11-22 20:51:35 +01:00
parent 2e745f5fe3
commit a55d9ec97d
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" "embedded into your broadcasting software"
) )
visible = True visible = True
version = "0.1.2" version = "0.2.0"
def ready(self): def ready(self):
from . import signals # NOQA from . import signals # NOQA

View file

@ -24,7 +24,7 @@ cmdclass = {"build": CustomBuild}
setup( setup(
name="pretalx-plugin-broadcast-tools", name="pretalx-plugin-broadcast-tools",
version="0.1.2", version="0.2,0",
description=( description=(
"Some tools which can be used for supporting a broadcasting " "Some tools which can be used for supporting a broadcasting "
"software, for example a 'lower third' page which can be " "software, for example a 'lower third' page which can be "