Bump version

This commit is contained in:
Raphael Michel 2022-11-29 20:35:30 +01:00
parent 97fa4b2bfc
commit 765e4210e3
2 changed files with 2 additions and 2 deletions

View File

@ -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.9.0'
version = '1.10.0'
def ready(self):
from . import signals # NOQA

View File

@ -25,7 +25,7 @@ cmdclass = {
setup(
name='pretix-servicefees',
version='1.9.0',
version='1.10.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',