From 1e22827551e0994251e7f4e136073cb8093ddefa Mon Sep 17 00:00:00 2001 From: Geert-Jan van den Bosch Date: Tue, 11 Apr 2023 09:12:09 +0200 Subject: [PATCH] Prepare release 3.2.0 --- mollie/api/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mollie/api/version.py b/mollie/api/version.py index 4bc73dda..e6c4b34a 100644 --- a/mollie/api/version.py +++ b/mollie/api/version.py @@ -4,4 +4,4 @@ # processed by python imports and by regular expressions. The version is defined as a string in the # regular semantic versioning scheme (major, minor, patch) as defined by PEP 440. -VERSION = "3.1.1" +VERSION = "3.2.0"