From b9b484b01719bec5c855d372443bac414cb743df Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Wed, 23 Aug 2023 10:00:10 +0200 Subject: [PATCH] release 1.0.1 --- pretalx_halfnarp/apps.py | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pretalx_halfnarp/apps.py b/pretalx_halfnarp/apps.py index 6cbeb92..65fc82a 100644 --- a/pretalx_halfnarp/apps.py +++ b/pretalx_halfnarp/apps.py @@ -8,7 +8,7 @@ class PluginApp(AppConfig): class PretalxPluginMeta: name = gettext_lazy("Pretalx Halfnarp") - author = "Peter Körner" + author = "Peter Körner, Franziska Kunsmann" description = gettext_lazy( "Pretalx-Halfnarp is a Plugin that helps you to estimate the interest in your submissions and plan " "room-sizes accordingly by scheduling the most requested submissions into the larger rooms. It can " @@ -18,7 +18,7 @@ class PretalxPluginMeta: "Halfnarp is an anagram of Fahrplan, a not-yet sorted Fahrplan" ) visible = True - version = "1.0.0" + version = "1.0.1" def ready(self): from . import signals # NOQA diff --git a/pyproject.toml b/pyproject.toml index 264a941..91e3c23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pretalx-halfnarp" -version = "1.0.0" +version = "1.0.1" description = """ Pretalx-Halfnarp is a Plugin that helps you to estimate the interest in your submissions and plan room-sizes accordingly by scheduling the most