mirror of
https://github.com/pretix/pretix-servicefees.git
synced 2024-11-13 02:34:21 +01:00
Release
This commit is contained in:
parent
ba0cc235f7
commit
f6e8e95e96
2 changed files with 2 additions and 2 deletions
|
@ -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.0.1'
|
||||
version = '1.0.2'
|
||||
|
||||
def ready(self):
|
||||
from . import signals # NOQA
|
||||
|
|
2
setup.py
2
setup.py
|
@ -25,7 +25,7 @@ cmdclass = {
|
|||
|
||||
setup(
|
||||
name='pretix-servicefees',
|
||||
version='1.0.1',
|
||||
version='1.0.2',
|
||||
description='Allows you to impose a service fee on all non-free orders.',
|
||||
long_description=long_description,
|
||||
url='https://github.com/pretix/pretix-servicefees',
|
||||
|
|
Loading…
Reference in a new issue