From 7c85925861b740ea72e4284c90e7b7fd83099837 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 26 Oct 2020 10:00:02 +0100 Subject: [PATCH] Bump version --- pretix_servicefees/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pretix_servicefees/__init__.py b/pretix_servicefees/__init__.py index 12ce94c..d44ab30 100644 --- a/pretix_servicefees/__init__.py +++ b/pretix_servicefees/__init__.py @@ -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 diff --git a/setup.py b/setup.py index 66078cf..58fe2ba 100644 --- a/setup.py +++ b/setup.py @@ -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',