diff --git a/generated/nidaqmx/_installer_metadata.json b/generated/nidaqmx/_installer_metadata.json index ad92483e..61566ffe 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/pyproject.toml b/pyproject.toml index 9ceef6d4..9095e7ef 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", diff --git a/src/handwritten/_installer_metadata.json b/src/handwritten/_installer_metadata.json index ad92483e..61566ffe 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",