1
0
Fork 0
mirror of https://github.com/Kunsi/pretalx-plugin-broadcast-tools synced 2025-04-28 23:10:57 +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

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