From c13f49624893deee546b9569b74e41c4b266c5f1 Mon Sep 17 00:00:00 2001 From: Wai Kin Chung Date: Wed, 28 Jan 2026 08:15:59 +0000 Subject: [PATCH] Update to version 0.2.1 --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 282034a..8437e4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ # Changelog * [0.1.0](#010) * [0.2.0](#020) +* [0.2.1](#021) All notable changes to this project will be documented in this file. - +## 0.2.1 +* ### Resolved issue + [68: DriverNotInstalledError mentions the wrong driver](https://github.com/ni/nisync-python/issues/68) ## 0.2.0 * ### Merged Pull Requests diff --git a/pyproject.toml b/pyproject.toml index 3e91e1d..aeceafe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nisync" -version = "0.2" +version = "0.2.1" description = "NI-Sync Python API" authors = ["NI "] maintainers = ["NI "]