mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2024-11-23 16:21:02 +00:00
release 2.1.0
This commit is contained in:
parent
5335e911b7
commit
2b22f6a155
3 changed files with 10 additions and 3 deletions
|
@ -1,4 +1,11 @@
|
||||||
# 2.0.1
|
# 2.1.0
|
||||||
|
|
||||||
|
* fixed installation procedure
|
||||||
|
* add some more information to the json outputs to be able to be compatible
|
||||||
|
with [scheduled-plugin-pretalx-broadcast-tools](https://github.com/Kunsi/scheduled-plugin-pretalx-broadcast-tools)
|
||||||
|
(a plugin for [info-beamer hosted](https://info-beamer.com/))
|
||||||
|
|
||||||
|
# 2.0.1 (no longer available due to bugs during installation)
|
||||||
|
|
||||||
* fixes to support pretalx 2023.1.0
|
* fixes to support pretalx 2023.1.0
|
||||||
* use non-deprecated gettext call
|
* use non-deprecated gettext call
|
||||||
|
|
|
@ -15,7 +15,7 @@ class PluginApp(AppConfig):
|
||||||
"embedded into your broadcasting software"
|
"embedded into your broadcasting software"
|
||||||
)
|
)
|
||||||
visible = True
|
visible = True
|
||||||
version = "2.0.1"
|
version = "2.1.0"
|
||||||
|
|
||||||
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.1"
|
version = "2.1.0"
|
||||||
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