Bump version

master
Raphael Michel 2 years ago
parent 134f3fa62a
commit 7c85925861

@ -12,7 +12,7 @@ class PluginApp(AppConfig):
category = 'FEATURE'
description = gettext_lazy('This plugin allows to charge a service fee on all non-free orders.')
visible = True
version = '1.5.0'
version = '1.6.0'
def ready(self):
from . import signals # NOQA

@ -25,7 +25,7 @@ cmdclass = {
setup(
name='pretix-servicefees',
version='1.5.0',
version='1.6.0',
description='Allows you to impose a service fee on all non-free orders.',
long_description=long_description,
url='https://github.com/pretix/pretix-servicefees',

Loading…
Cancel
Save