]> git.ipfire.org Git - thirdparty/python-fints.git/commitdiff
Bump version to 2.0.0 v2.0.0
authorRaphael Michel <mail@raphaelmichel.de>
Fri, 7 Dec 2018 16:15:09 +0000 (17:15 +0100)
committerRaphael Michel <mail@raphaelmichel.de>
Fri, 7 Dec 2018 16:16:01 +0000 (17:16 +0100)
fints/__init__.py
fints/client.py

index 9694d4192a43f4ec937f7d62967725dae01586cc..37962c77f8bf5082058b1e2f6315e4f3ad480e56 100644 (file)
@@ -1 +1 @@
-version = '2.0a0'
+version = '2.0.0'
index c9d5b4b4c15d7a19e2d10da5cd74582b2ad89a34..ecc10dbc1021c384ba136078f75dfc44fad6bf21 100644 (file)
@@ -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