From 5dafa6e0c1641e517a8d8ef1bec0b6b6c8f915bc Mon Sep 17 00:00:00 2001 From: whizng <93204402+WizzieNg@users.noreply.github.com> Date: Sat, 26 Jul 2025 10:38:40 +0800 Subject: [PATCH 1/2] nidaqmx: Bump master version to 1.2.0-dev0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2062c8574..a684d5512 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nidaqmx" -version = "1.2.0-dev2" +version = "1.3.0-dev0" license = "MIT" description = "NI-DAQmx Python API" authors = ["NI "] From 0ddd08f6c49ff00e8bffe90e5c11b1d81a9d72da Mon Sep 17 00:00:00 2001 From: whizng <93204402+WizzieNg@users.noreply.github.com> Date: Sat, 26 Jul 2025 10:44:12 +0800 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49d6ef185..d4f01356b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ # Changelog +* [1.3.0](#130) * [1.2.0](#120) * [1.1.0](#110) * [1.0.2](#102) @@ -23,6 +24,19 @@ All notable changes to this project will be documented in this file. +## 1.3.0 +* ### Merged Pull Requests + * [Full changelog: 1.2.0...1.3.0](https://github.com/ni/nidaqmx-python/compare/1.2.0...1.3.0) + +* ### Resolved Issues + * ... + +* ### Major Changes + * ... + +* ### Known Issues + * ... + ## 1.2.0 * ### Merged Pull Requests * [Full changelog: 1.1.0...1.2.0](https://github.com/ni/nidaqmx-python/compare/1.1.0...1.2.0)