Bump to 1.11.0

This commit is contained in:
Raphael Michel 2023-01-30 15:24:04 +01:00
parent af75072cff
commit 5bc8a670f2
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
__version__ = '1.10.0'
__version__ = "1.11.0"

View File

@ -14,6 +14,7 @@ class PluginApp(AppConfig):
description = gettext_lazy('This plugin allows to charge a service fee on all non-free orders.')
visible = True
version = __version__
compatibility = "pretix>=4.16.0"
def ready(self):
from . import signals # NOQA