forked from github/pretix-servicefees
Bump version
This commit is contained in:
parent
9f93b77cc0
commit
62c632e3af
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ class PluginApp(AppConfig):
|
||||||
category = 'FEATURE'
|
category = 'FEATURE'
|
||||||
description = gettext_lazy('This plugin allows to charge a service fee on all non-free orders.')
|
description = gettext_lazy('This plugin allows to charge a service fee on all non-free orders.')
|
||||||
visible = True
|
visible = True
|
||||||
version = '1.4.0'
|
version = '1.5.0'
|
||||||
|
|
||||||
def ready(self):
|
def ready(self):
|
||||||
from . import signals # NOQA
|
from . import signals # NOQA
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -25,7 +25,7 @@ cmdclass = {
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='pretix-servicefees',
|
name='pretix-servicefees',
|
||||||
version='1.4.0',
|
version='1.5.0',
|
||||||
description='Allows you to impose a service fee on all non-free orders.',
|
description='Allows you to impose a service fee on all non-free orders.',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
url='https://github.com/pretix/pretix-servicefees',
|
url='https://github.com/pretix/pretix-servicefees',
|
||||||
|
|
Loading…
Reference in a new issue