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

Release version 1.0.1

parent 1e1c61e7
No related branches found
No related tags found
No related merge requests found
......@@ -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.0.0'
version = '1.0.1'
compatibility = "pretix>=2.7.0"
def ready(self):
......
......@@ -25,7 +25,7 @@ cmdclass = {
setup(
name='pretix-public-registrations',
version='1.0.0',
version='1.0.1',
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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment