From 810174a2c32dd13c098c087a58ce4e2a95490993 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 2 Dec 2022 22:48:55 +0000 Subject: [PATCH] 0.7.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0d0d36..2f01391 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.7.0 (2022-12-02) +### Feature +* Add modify_tables method ([#35](https://github.com/ni/nisystemlink-clients-python/issues/35)) ([`7be03be`](https://github.com/ni/nisystemlink-clients-python/commit/7be03be811d7c7d239e69883e00b765f8a316881)) + ## v0.6.0 (2022-12-01) ### Feature * Table multi-delete + refactoring core libs ([#34](https://github.com/ni/nisystemlink-clients-python/issues/34)) ([`ebe9ce3`](https://github.com/ni/nisystemlink-clients-python/commit/ebe9ce3c4d6a84049d38806b2966637ca318629d)) diff --git a/pyproject.toml b/pyproject.toml index cb40860..7c7176e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nisystemlink-clients" -version = "0.6.0" +version = "0.7.0" description = "NI-SystemLink Python API" authors = ["National Instruments"] maintainers = ["Carson Moore ", "Paul Spangler ", "Cameron Waterman "]