From 0ed5bcd3faf945be559c294cd15afdee31c738b1 Mon Sep 17 00:00:00 2001 From: Fabio Rossetto Date: Thu, 6 Feb 2025 11:39:33 +0100 Subject: [PATCH] Fix version in Changelog The changelog mentions that the allow_version_mismatch is added in version 0.8.0, when actually it has been added in version 0.7.1. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39c44222..d2e01664 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # zhinst-toolkit Changelog -## Version 0.8.0 +## Version 0.7.1 * The constructor of `Session` fails when attempting to connect to a data-server on a different LabOne version. This behavior can be overridden by setting the newly added allow_version_mismatch keyword argument to True. When allow_version_mismatch=True is passed to the `Session` constructor the connection to the data-server succeeds even if the version doesn't match. ## Version 0.7.0