From: Raphael Michel Date: Fri, 7 Dec 2018 16:15:09 +0000 (+0100) Subject: Bump version to 2.0.0 X-Git-Tag: v2.0.0^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c846c2a9c025dcd7dff10d05ae8eece1ba72388;p=thirdparty%2Fpython-fints.git Bump version to 2.0.0 --- diff --git a/fints/__init__.py b/fints/__init__.py index 9694d41..37962c7 100644 --- a/fints/__init__.py +++ b/fints/__init__.py @@ -1 +1 @@ -version = '2.0a0' +version = '2.0.0' diff --git a/fints/client.py b/fints/client.py index c9d5b4b..ecc10db 100644 --- a/fints/client.py +++ b/fints/client.py @@ -168,7 +168,7 @@ class FinTS3Client: self.upa = None self.upd = SegmentSequence() self.product_name = 'python-fints' - self.product_version = version + self.product_version = version[:5] self.response_callbacks = [] self._standing_dialog = None