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

Release version 1.3.2

parent 79619f07
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.3.1'
version = '1.3.2'
compatibility = "pretix>=2.7.0"
def ready(self):
......
......@@ -27,7 +27,7 @@ cmdclass = {
setup(
name='pretix-public-registrations',
version='1.3.1',
version='1.3.2',
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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment