From 5c5fe23702cba79a71c3b5814aa4e1b90f4c578c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20Rodr=C3=ADguez?= <127134616+armando-rodriguez-cko@users.noreply.github.com> Date: Thu, 29 Aug 2024 09:49:53 +0200 Subject: [PATCH] Release 3.1.1 (#169) - Updates DNS Merchant regular expression length --- checkout_sdk/properties.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkout_sdk/properties.py b/checkout_sdk/properties.py index 273ffca..b32bc07 100644 --- a/checkout_sdk/properties.py +++ b/checkout_sdk/properties.py @@ -1 +1 @@ -VERSION = "3.1.0" +VERSION = "3.1.1"