1
0
Fork 0
mirror of https://github.com/Kunsi/pretalx-plugin-broadcast-tools synced 2024-04-29 10:57:26 +00:00

release 2.0.1

This commit is contained in:
Franziska Kunsmann 2023-08-23 08:13:46 +02:00
parent ca8a2e3c65
commit 433f316719
3 changed files with 9 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -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'