1
0
Fork 0
mirror of https://github.com/Kunsi/pretalx-plugin-broadcast-tools synced 2024-05-09 16:48:17 +00:00

release 2.2.0

This commit is contained in:
Franziska Kunsmann 2023-10-23 08:34:53 +02:00
parent cb60e02671
commit 77148e41f7
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
# 2.2.0
* add plugin category (#16)
* add placeholders `{TRACK_NAME}` and `{TRACK_NAME_COLOURED}`
# 2.1.0 # 2.1.0
* fixed installation procedure * fixed installation procedure

View file

@ -15,7 +15,7 @@ class PluginApp(AppConfig):
"embedded into your broadcasting software" "embedded into your broadcasting software"
) )
visible = True visible = True
version = "2.1.0" version = "2.2.0"
category = "FEATURE" category = "FEATURE"
def ready(self): def ready(self):

View file

@ -1,6 +1,6 @@
[project] [project]
name = "pretalx-broadcast-tools" name = "pretalx-broadcast-tools"
version = "2.1.0" version = "2.2.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'