From 6d64ba73b0cff1a827782a58b150cb5e3bebb9cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=A4fer?= <felix@thegcat.net> Date: Tue, 17 Sep 2019 16:25:25 +0200 Subject: [PATCH] Release version 1.2.5 --- 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 b66342c..fe5eef7 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.2.4' + version = '1.2.5' compatibility = "pretix>=2.7.0" def ready(self): diff --git a/setup.py b/setup.py index 4d34ac8..16a8b1f 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ cmdclass = { setup( name='pretix-public-registrations', - version='1.2.4', + version='1.2.5', 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, url='git@gitlab.fachschaften.org:kifev/pretix-public-registrations.git', -- GitLab