mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2024-11-23 22:31:02 +00:00
release 2.0.1
This commit is contained in:
parent
ca8a2e3c65
commit
433f316719
3 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
# 2.0.1
|
||||||
|
|
||||||
|
* fixes to support pretalx 2023.1.0
|
||||||
|
* use non-deprecated gettext call
|
||||||
|
* safe timezone handling
|
||||||
|
* usage of pyproject.toml
|
||||||
|
|
||||||
# 2.0.0
|
# 2.0.0
|
||||||
|
|
||||||
* room info page can now show more content on the lower half of the view
|
* room info page can now show more content on the lower half of the view
|
||||||
|
|
|
@ -15,7 +15,7 @@ class PluginApp(AppConfig):
|
||||||
"embedded into your broadcasting software"
|
"embedded into your broadcasting software"
|
||||||
)
|
)
|
||||||
visible = True
|
visible = True
|
||||||
version = "2.0.0"
|
version = "2.0.1"
|
||||||
|
|
||||||
def ready(self):
|
def ready(self):
|
||||||
from . import signals # NOQA
|
from . import signals # NOQA
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "pretalx-broadcast-tools"
|
name = "pretalx-broadcast-tools"
|
||||||
version = "2.0.0"
|
version = "2.0.1"
|
||||||
description = """
|
description = """
|
||||||
Some tools which can be used for supporting a broadcasting software.
|
Some tools which can be used for supporting a broadcasting software.
|
||||||
This currently includes a generator for PDF printouts, a 'lower thirds'
|
This currently includes a generator for PDF printouts, a 'lower thirds'
|
||||||
|
|
Loading…
Reference in a new issue