Skip to content
Snippets Groups Projects
Commit 09cfb04c authored by Felix Schäfer's avatar Felix Schäfer :construction_worker:
Browse files

Release version 1.2.6

parent 8ffb5ff5
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ class PluginApp(PluginConfig): ...@@ -14,7 +14,7 @@ class PluginApp(PluginConfig):
author = 'Felix Schäfer, Dominik Weitz' 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.') 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 visible = True
version = '1.2.5' version = '1.2.6'
compatibility = "pretix>=2.7.0" compatibility = "pretix>=2.7.0"
def ready(self): def ready(self):
......
...@@ -25,7 +25,7 @@ cmdclass = { ...@@ -25,7 +25,7 @@ cmdclass = {
setup( setup(
name='pretix-public-registrations', name='pretix-public-registrations',
version='1.2.5', version='1.2.6',
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.', 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, long_description=long_description,
url='git@gitlab.fachschaften.org:kifev/pretix-public-registrations.git', url='git@gitlab.fachschaften.org:kifev/pretix-public-registrations.git',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment