From e2baf4ba3cc7348bddb42ce51f0ffe5877297481 Mon Sep 17 00:00:00 2001 From: Zach Hindes Date: Tue, 19 Dec 2023 16:39:52 -0600 Subject: [PATCH 1/2] update to 0.9.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 458ac922..c5d218d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nidaqmx" -version = "0.9.0-dev0" +version = "0.9.0" license = "MIT" description = "NI-DAQmx Python API" authors = ["NI "] From cddeb4ec2e0bff0c0e04466934e62325a4062dd8 Mon Sep 17 00:00:00 2001 From: Zach Hindes Date: Tue, 19 Dec 2023 16:50:35 -0600 Subject: [PATCH 2/2] update to 0.9.1 --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 838a30e4..0ac38b8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ # Changelog +* [0.9.1](#091) * [0.9.0](#090) * [0.8.0](#080) * [0.7.0](#070) @@ -18,6 +19,15 @@ All notable changes to this project will be documented in this file. +## 0.9.1 + +* ### Merged Pull Requests + * ... +* ### Major Changes + * ... +* ### Known Issues + * ... + ## 0.9.0 * ### Merged Pull Requests diff --git a/pyproject.toml b/pyproject.toml index c5d218d9..c1e4f47f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nidaqmx" -version = "0.9.0" +version = "0.9.1" license = "MIT" description = "NI-DAQmx Python API" authors = ["NI "]