From: Henryk Plötz Date: Sat, 1 Dec 2018 21:50:11 +0000 (+0100) Subject: HKVVB3.product_version is limited to 5 characters. X-Git-Tag: v2.0.0~1^2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1cb72c0f840d4a0cd260dbdd34d865b0aedc88e;p=thirdparty%2Fpython-fints.git HKVVB3.product_version is limited to 5 characters. --- 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'