Skip to content

Commit

Permalink
release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fkusei committed Aug 23, 2023
1 parent 4150a52 commit b9b484b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pretalx_halfnarp/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand All @@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b9b484b

Please sign in to comment.