mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2024-11-23 13:31:02 +00:00
release 0.3.0
This commit is contained in:
parent
8ebed60b18
commit
c4ccb146ef
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ class PluginApp(AppConfig):
|
|||
"embedded into your broadcasting software"
|
||||
)
|
||||
visible = True
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
|
||||
def ready(self):
|
||||
from . import signals # NOQA
|
||||
|
|
2
setup.py
2
setup.py
|
@ -24,7 +24,7 @@ cmdclass = {"build": CustomBuild}
|
|||
|
||||
setup(
|
||||
name="pretalx-plugin-broadcast-tools",
|
||||
version="0.2,0",
|
||||
version="0.3,0",
|
||||
description=(
|
||||
"Some tools which can be used for supporting a broadcasting "
|
||||
"software, for example a 'lower third' page which can be "
|
||||
|
|
Loading…
Reference in a new issue