From 76d5f305c770801b0786a06d51d3e7eb90940bfb Mon Sep 17 00:00:00 2001 From: Tobias Kunze Date: Sat, 30 Sep 2023 13:20:39 +0200 Subject: [PATCH] Release v1.4.0 --- pretalx_public_voting/apps.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pretalx_public_voting/apps.py b/pretalx_public_voting/apps.py index 001d83f..f1a6c9c 100644 --- a/pretalx_public_voting/apps.py +++ b/pretalx_public_voting/apps.py @@ -11,7 +11,7 @@ class PretalxPluginMeta: author = "Tobias Kunze" description = gettext_lazy("A public voting plugin for pretalx") visible = True - version = "1.3.0" + version = "1.4.0" def ready(self): from . import signals # NOQA diff --git a/setup.py b/setup.py index b9db84d..7e93058 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def run(self): setup( name="pretalx-public-voting", - version="1.3.0", + version="1.4.0", description="A public voting plugin for pretalx", long_description=long_description, url="https://github.com/pretalx/pretalx-public-voting",