mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2024-11-23 20:11:04 +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
|
||||
|
||||
* 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"
|
||||
)
|
||||
visible = True
|
||||
version = "2.0.0"
|
||||
version = "2.0.1"
|
||||
|
||||
def ready(self):
|
||||
from . import signals # NOQA
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "pretalx-broadcast-tools"
|
||||
version = "2.0.0"
|
||||
version = "2.0.1"
|
||||
description = """
|
||||
Some tools which can be used for supporting a broadcasting software.
|
||||
This currently includes a generator for PDF printouts, a 'lower thirds'
|
||||
|
|
Loading…
Reference in a new issue