From b1cb72c0f840d4a0cd260dbdd34d865b0aedc88e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Henryk=20Pl=C3=B6tz?= Date: Sat, 1 Dec 2018 22:50:11 +0100 Subject: [PATCH] HKVVB3.product_version is limited to 5 characters. --- fints/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fints/__init__.py b/fints/__init__.py index 7ef8950..9694d41 100644 --- a/fints/__init__.py +++ b/fints/__init__.py @@ -1 +1 @@ -version = '2.0.0a0' +version = '2.0a0' -- 2.39.5