diff --git a/pretix_public_registrations/__init__.py b/pretix_public_registrations/__init__.py index b8e01d57ceb6267321c9838f00f6cce104f370eb..b66342c9c26baebae422b994e52c85aeee319d85 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.3' + version = '1.2.4' compatibility = "pretix>=2.7.0" def ready(self): diff --git a/setup.py b/setup.py index d2b3e0ee0efe2a82c0561e58f9df8c05da2832e3..4d34ac836d78f9cb716e22dff0b6e3a86b6ec18a 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ cmdclass = { setup( name='pretix-public-registrations', - version='1.2.3', + version='1.2.4', 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',