mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2024-11-21 14:41:25 +00:00
Version 1.0.3
This commit is contained in:
parent
f41784175f
commit
b5f18033ba
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# upcoming
|
||||
# 1.0.3
|
||||
|
||||
* fix a bug where questions could not be sorted
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ class PluginApp(AppConfig):
|
|||
"embedded into your broadcasting software"
|
||||
)
|
||||
visible = True
|
||||
version = "1.0.2"
|
||||
version = "1.0.3"
|
||||
|
||||
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="1.0.2",
|
||||
version="1.0.3",
|
||||
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