From f1b2895e63673bc60b20a8dfff4c4e8d415ecf7e Mon Sep 17 00:00:00 2001 From: Tan Yi Qing Date: Fri, 13 Feb 2026 13:58:07 +0800 Subject: [PATCH 1/3] update version to 1.4.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b2f6e899..6f4d4ef3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "nidaqmx" description = "NI-DAQmx Python API" license = "MIT" keywords = ["nidaqmx", "nidaq", "daqmx", "daq"] -version = "1.4.1.dev0" +version = "1.4.1" classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", From 02f1a307dbb104c5805f5e1e406d06b1399a962d Mon Sep 17 00:00:00 2001 From: Tan Yi Qing Date: Fri, 13 Feb 2026 15:21:38 +0800 Subject: [PATCH 2/3] update changelog --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04686e79..a2e6adca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,20 @@ All notable changes to this project will be documented in this file. +## 1.4.1 +* ### Merged Pull Requests + * [Full changelog: 1.4.0...1.4.1](https://github.com/ni/nidaqmx-python/compare/1.3.0...1.4.1) + +* ### Resolved Issues + * ... + +* ### Major Changes + * Update installer metadata using DAQmx version 26.0.0 + + +* ### Known Issues + * ... + ## 1.4.0 * ### Merged Pull Requests * [Full changelog: 1.3.0...1.4.0](https://github.com/ni/nidaqmx-python/compare/1.3.0...1.4.0) From 57cebd2085548beca7d2a39299f7f90e155b5bae Mon Sep 17 00:00:00 2001 From: Tan Yi Qing Date: Fri, 13 Feb 2026 15:23:01 +0800 Subject: [PATCH 3/3] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2e6adca..c39008ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ # Changelog +* [1.4.1](#141) * [1.4.0](#140) * [1.3.0](#130) * [1.2.0](#120)