From 8ec30c276e8a96ef60259059df62e5bfdfa9aa2e Mon Sep 17 00:00:00 2001 From: Martin Gross Date: Fri, 17 Apr 2020 16:03:53 +0200 Subject: [PATCH] Update version to 2.0.2 --- pretix_cashpayment/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pretix_cashpayment/__init__.py b/pretix_cashpayment/__init__.py index 6135c07..30eb851 100644 --- a/pretix_cashpayment/__init__.py +++ b/pretix_cashpayment/__init__.py @@ -11,7 +11,7 @@ class PretixPluginMeta: description = _('This plugin allows you to offer your customers a "pay with cash at the venue" option.') category = 'PAYMENT' visible = True - version = '2.0.1' + version = '2.0.2' def ready(self): from . import signals # NOQA diff --git a/setup.py b/setup.py index f929a8a..c796e1f 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def run(self): setup( name='pretix-cashpayment', - version='2.0.1', + version='2.0.2', description='pretix plugin that allows you to offer your customers a "pay with cash at the venue" option.', long_description=long_description, url='http://www.github.com/pc-coholic/pretix-cashpayment',