Skip to content

Commit

Permalink
Release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx committed Sep 30, 2023
1 parent fb08c99 commit 76d5f30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pretalx_public_voting/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 76d5f30

Please # to comment.