diff --git a/CHANGELOG.md b/CHANGELOG.md index 30a03ff..a901132 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pretalx_broadcast_tools/apps.py b/pretalx_broadcast_tools/apps.py index 50c21f2..b0c3a8d 100644 --- a/pretalx_broadcast_tools/apps.py +++ b/pretalx_broadcast_tools/apps.py @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 2254306..ee60ca8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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'