mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2024-11-01 02:05:50 +00:00
version 1.1.0-beta1
This commit is contained in:
parent
04a7a0e3a9
commit
6bc110b9fb
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ class PluginApp(AppConfig):
|
||||||
"embedded into your broadcasting software"
|
"embedded into your broadcasting software"
|
||||||
)
|
)
|
||||||
visible = True
|
visible = True
|
||||||
version = "1.0.3"
|
version = "1.1.0-beta1"
|
||||||
|
|
||||||
def ready(self):
|
def ready(self):
|
||||||
from . import signals # NOQA
|
from . import signals # NOQA
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -24,7 +24,7 @@ cmdclass = {"build": CustomBuild}
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="pretalx-plugin-broadcast-tools",
|
name="pretalx-plugin-broadcast-tools",
|
||||||
version="1.0.3",
|
version="1.1.0-beta1",
|
||||||
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 "
|
||||||
|
|
Loading…
Reference in a new issue