Bump to 1.3.1

This commit is contained in:
Raphael Michel 2019-06-05 16:16:45 +02:00
parent 62ec5ac236
commit 2502b2a7d5
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ class PluginApp(AppConfig):
author = 'Raphael Michel'
description = ugettext_lazy('This plugin allows to charge a service fee on all non-free orders.')
visible = True
version = '1.3.0'
version = '1.3.1'
def ready(self):
from . import signals # NOQA

View File

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