mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2024-11-01 00:05:50 +00:00
fix version identifier in setup.py and apps.py
This commit is contained in:
parent
ac758f505e
commit
9634838c0f
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
# 1.0.1
|
||||
|
||||
* fix version identifier in setup.py
|
||||
|
||||
# 1.0.0
|
||||
|
||||
* PDF export: contains talk details, notes and answers to questions
|
||||
|
|
|
@ -15,7 +15,7 @@ class PluginApp(AppConfig):
|
|||
"embedded into your broadcasting software"
|
||||
)
|
||||
visible = True
|
||||
version = "0.3.0"
|
||||
version = "1.0.1"
|
||||
|
||||
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.3,0",
|
||||
version="1.0.1",
|
||||
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