From be2fabf92c029345d66fafb384a4b09b52d3842e Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 18 Jun 2024 13:35:03 +0000 Subject: [PATCH] 1.4.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b5dc59f..df3732cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v1.4.0 (2024-06-18) + +### Feature + +* Make DataFrame and Spec clients compatible with SystemLink Client http configuration ([#61](https://github.com/ni/nisystemlink-clients-python/issues/61)) ([`7954e14`](https://github.com/ni/nisystemlink-clients-python/commit/7954e1479a0e421cfe3e44c741e69186e2f0c45f)) + ## v1.3.1 (2024-05-21) ### Fix diff --git a/pyproject.toml b/pyproject.toml index d4ca508e..0234b5f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nisystemlink-clients" -version = "1.3.1" +version = "1.4.0" description = "NI-SystemLink Python API" authors = ["National Instruments"] maintainers = [