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 4b30b75 commit c00fd64Copy full SHA for c00fd64
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
<!--next-version-placeholder-->
4
5
+## v2.7.1 (2025-03-19)
6
+
7
+### Fix
8
9
+* Add 429 retries to notebook client ([#109](https://github.com/ni/nisystemlink-clients-python/issues/109)) ([`00e529a`](https://github.com/ni/nisystemlink-clients-python/commit/00e529a25d3fad535c2e54421c98d98b839f85fa))
10
11
## v2.7.0 (2025-03-18)
12
13
### Feature
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "nisystemlink-clients"
-version = "2.7.0"
+version = "2.7.1"
description = "NI-SystemLink Python API"
authors = ["National Instruments"]
maintainers = [
0 commit comments