mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2024-12-30 17:39:21 +00:00
release 2.2.0
This commit is contained in:
parent
cb60e02671
commit
77148e41f7
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
# 2.2.0
|
||||
|
||||
* add plugin category (#16)
|
||||
* add placeholders `{TRACK_NAME}` and `{TRACK_NAME_COLOURED}`
|
||||
|
||||
# 2.1.0
|
||||
|
||||
* fixed installation procedure
|
||||
|
|
|
@ -15,7 +15,7 @@ class PluginApp(AppConfig):
|
|||
"embedded into your broadcasting software"
|
||||
)
|
||||
visible = True
|
||||
version = "2.1.0"
|
||||
version = "2.2.0"
|
||||
category = "FEATURE"
|
||||
|
||||
def ready(self):
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "pretalx-broadcast-tools"
|
||||
version = "2.1.0"
|
||||
version = "2.2.0"
|
||||
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