From 3db93248d8c236423668502caddb5fc322086329 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Garc=C3=ADa=20Garz=C3=B3n?= Date: Thu, 6 Jun 2024 13:21:52 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=97=EF=B8=8F=20bump=20to=201.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 28ca6e9..dd91eec 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Changelog +## sermepa 1.1.1 (2024-06-06) + +- Fix: crashed if no Payment method specified + ## sermepa 1.1.0 (2024-06-06) - Support `Ds_Merchant_PayMethod` to use Bizum, PayPal... diff --git a/setup.py b/setup.py index d0e2cb7..292f699 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name='sermepa', - version='1.1.0', + version='1.1.1', description = __doc__.strip(), author='GISCE Enginyeria', author_email='devel@gisce.net',