From f736f31762b11ec2a7d06c911664ba9338252038 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 8 Mar 2023 15:13:52 +0000 Subject: [PATCH] 1.0.2 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 98d6ea4a..116b05dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v1.0.2 (2023-03-08) +### Fix +* Correct spelling for model class TableMetadataModification ([#44](https://github.com/ni/nisystemlink-clients-python/issues/44)) ([`30c760c`](https://github.com/ni/nisystemlink-clients-python/commit/30c760c2eb9af8e17ddb8c6730f6ef5aae20e973)) + ## v1.0.1 (2023-01-26) ### Fix * Fix various documentation issues ([#42](https://github.com/ni/nisystemlink-clients-python/issues/42)) ([`872e9ac`](https://github.com/ni/nisystemlink-clients-python/commit/872e9accdc959e8fc8a400518bb74ba8fb0cf30c)) diff --git a/pyproject.toml b/pyproject.toml index 1696c035..29e63b1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nisystemlink-clients" -version = "1.0.1" +version = "1.0.2" description = "NI-SystemLink Python API" authors = ["National Instruments"] maintainers = [