From fb232e330733840e761500daf204b033927bd0d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=A4fer?= <felix@thegcat.net> Date: Sat, 25 Apr 2020 23:28:02 +0200 Subject: [PATCH] Release version 1.4.0 --- pretix_public_registrations/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pretix_public_registrations/__init__.py b/pretix_public_registrations/__init__.py index 9058d29..8ef73b2 100644 --- a/pretix_public_registrations/__init__.py +++ b/pretix_public_registrations/__init__.py @@ -14,7 +14,7 @@ class PluginApp(PluginConfig): author = 'Felix Schäfer, Dominik Weitz' description = _('This plugin will give the option to attendees of an event to mark their registration as public. Public registrations will be shown along their answers to questions marked as public by the organizers on a world-readable page.') visible = True - version = '1.3.2' + version = '1.4.0' compatibility = "pretix>=2.7.0" def ready(self): diff --git a/setup.py b/setup.py index d3c50e4..189fde2 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ cmdclass = { setup( name='pretix-public-registrations', - version='1.3.2', + version='1.4.0', description='This plugin will give the option to attendees of an event to mark their registration as public. Public registrations will be shown along their answers to questions marked as public by the organizers on a world-readable page.', long_description=long_description, keywords="pretix public registrations", -- GitLab