From b597cb4382fc5447cd56ee4c1da81edc721f883a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20Rodr=C3=ADguez?= <127134616+armando-rodriguez-cko@users.noreply.github.com> Date: Wed, 19 Aug 2026 11:52:26 +0200 Subject: [PATCH] Release 3.13.0 - Add InstrumentDocumentType with bank_statement for bank account payment instrument documents (#227) --- 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 7ce5c1b..2edc062 100644 --- a/checkout_sdk/properties.py +++ b/checkout_sdk/properties.py @@ -1 +1 @@ -VERSION = "3.12.0" +VERSION = "3.13.0"