From c1bc58b9c5a7100c719df8926ac78e7996fba28f Mon Sep 17 00:00:00 2001 From: Tan Yi Qing <80608227+TanYiQing@users.noreply.github.com> Date: Wed, 5 Aug 2026 14:42:52 +0800 Subject: [PATCH 1/2] Update installer metadata for version 26.5.0 and release 2026Q3 (#1003) Co-authored-by: Tan Yi Qing --- generated/nidaqmx/_installer_metadata.json | 12 ++++++------ src/handwritten/_installer_metadata.json | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/generated/nidaqmx/_installer_metadata.json b/generated/nidaqmx/_installer_metadata.json index ad92483ef..61566ffee 100644 --- a/generated/nidaqmx/_installer_metadata.json +++ b/generated/nidaqmx/_installer_metadata.json @@ -1,9 +1,9 @@ { "Windows": [ { - "Version": "26.3.0", - "Release": "2026Q2", - "Location": "https://download.ni.com/support/nipkg/products/ni-d/ni-daqmx/26.3/online/ni-daqmx_26.3_online.exe", + "Version": "26.5.0", + "Release": "2026Q3", + "Location": "https://download.ni.com/support/nipkg/products/ni-d/ni-daqmx/26.5/online/ni-daqmx_26.5_online.exe", "supportedOS": [ "Windows 11", "Windows Server 2025", @@ -14,10 +14,10 @@ ], "Linux": [ { - "Version": "26.3.0", - "Release": "2026Q2", + "Version": "26.5.0", + "Release": "2026Q3", "_comment": "Location url must be of the format 'https://download.ni.com/support/softlib/MasterRepository/LinuxDrivers/NILinuxDeviceDrivers.zip'. Any change to the format will require a change in the code.", - "Location": "https://download.ni.com/support/softlib/MasterRepository/LinuxDrivers2026Q2/NILinux2026Q2DeviceDrivers.zip", + "Location": "https://download.ni.com/support/softlib/MasterRepository/LinuxDrivers2026Q3/NILinux2026Q3DeviceDrivers.zip", "supportedOS": [ "ubuntu 22.04", "ubuntu 24.04", diff --git a/src/handwritten/_installer_metadata.json b/src/handwritten/_installer_metadata.json index ad92483ef..61566ffee 100644 --- a/src/handwritten/_installer_metadata.json +++ b/src/handwritten/_installer_metadata.json @@ -1,9 +1,9 @@ { "Windows": [ { - "Version": "26.3.0", - "Release": "2026Q2", - "Location": "https://download.ni.com/support/nipkg/products/ni-d/ni-daqmx/26.3/online/ni-daqmx_26.3_online.exe", + "Version": "26.5.0", + "Release": "2026Q3", + "Location": "https://download.ni.com/support/nipkg/products/ni-d/ni-daqmx/26.5/online/ni-daqmx_26.5_online.exe", "supportedOS": [ "Windows 11", "Windows Server 2025", @@ -14,10 +14,10 @@ ], "Linux": [ { - "Version": "26.3.0", - "Release": "2026Q2", + "Version": "26.5.0", + "Release": "2026Q3", "_comment": "Location url must be of the format 'https://download.ni.com/support/softlib/MasterRepository/LinuxDrivers/NILinuxDeviceDrivers.zip'. Any change to the format will require a change in the code.", - "Location": "https://download.ni.com/support/softlib/MasterRepository/LinuxDrivers2026Q2/NILinux2026Q2DeviceDrivers.zip", + "Location": "https://download.ni.com/support/softlib/MasterRepository/LinuxDrivers2026Q3/NILinux2026Q3DeviceDrivers.zip", "supportedOS": [ "ubuntu 22.04", "ubuntu 24.04", From a34fa523cbbfa0000a4a18fa418636280e4a6bd3 Mon Sep 17 00:00:00 2001 From: Tan Yi Qing Date: Wed, 5 Aug 2026 15:01:17 +0800 Subject: [PATCH 2/2] update pyproject version to 1.6.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9ceef6d4f..9095e7ef4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "nidaqmx" description = "Official NI-DAQmx Python API" license = "MIT" keywords = ["nidaqmx", "nidaq", "daqmx", "daq"] -version = "1.6.0.dev0" +version = "1.6.0" classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers",