We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce8201f commit 8ec30c2Copy full SHA for 8ec30c2
pretix_cashpayment/__init__.py
@@ -11,7 +11,7 @@ class PretixPluginMeta:
11
description = _('This plugin allows you to offer your customers a "pay with cash at the venue" option.')
12
category = 'PAYMENT'
13
visible = True
14
- version = '2.0.1'
+ version = '2.0.2'
15
16
def ready(self):
17
from . import signals # NOQA
setup.py
@@ -25,7 +25,7 @@ def run(self):
25
26
setup(
27
name='pretix-cashpayment',
28
- version='2.0.1',
+ version='2.0.2',
29
description='pretix plugin that allows you to offer your customers a "pay with cash at the venue" option.',
30
long_description=long_description,
31
url='http://www.github.com/pc-coholic/pretix-cashpayment',
0 commit comments