We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f8e096 commit d987b40Copy full SHA for d987b40
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
<!--next-version-placeholder-->
4
5
+## v2.11.0 (2025-05-15)
6
+
7
+### Feature
8
9
+* Add retry handling to DataFrameClient ([#116](https://github.com/ni/nisystemlink-clients-python/issues/116)) ([`5f8e096`](https://github.com/ni/nisystemlink-clients-python/commit/5f8e096bf735aab97c9927ab71920b5d770e891f))
10
11
## v2.10.0 (2025-05-05)
12
13
### Feature
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "nisystemlink-clients"
-version = "2.10.0"
+version = "2.11.0"
description = "NI-SystemLink Python API"
authors = ["National Instruments"]
maintainers = [
0 commit comments