mirror of
https://github.com/pretix/pretix-servicefees.git
synced 2024-11-13 02:34:21 +01:00
Bump to 1.11.0
This commit is contained in:
parent
af75072cff
commit
5bc8a670f2
2 changed files with 2 additions and 1 deletions
|
@ -1 +1 @@
|
|||
__version__ = '1.10.0'
|
||||
__version__ = "1.11.0"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue