diff --git a/generated/nidaqmx/_installer_metadata.json b/generated/nidaqmx/_installer_metadata.json index 6af997ac..ad92483e 100644 --- a/generated/nidaqmx/_installer_metadata.json +++ b/generated/nidaqmx/_installer_metadata.json @@ -1,9 +1,9 @@ { "Windows": [ { - "Version": "26.0.0", - "Release": "2026Q1", - "Location": "https://download.ni.com/support/nipkg/products/ni-d/ni-daqmx/26.0/online/ni-daqmx_26.0_online.exe", + "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", "supportedOS": [ "Windows 11", "Windows Server 2025", @@ -14,17 +14,17 @@ ], "Linux": [ { - "Version": "26.0.0", - "Release": "2026Q1", + "Version": "26.3.0", + "Release": "2026Q2", "_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/LinuxDrivers2026Q1/NILinux2026Q1DeviceDrivers.zip", + "Location": "https://download.ni.com/support/softlib/MasterRepository/LinuxDrivers2026Q2/NILinux2026Q2DeviceDrivers.zip", "supportedOS": [ "ubuntu 22.04", "ubuntu 24.04", - "rhel 8", "rhel 9", - "opensuse 15.5", - "opensuse 15.6" + "rhel 10", + "opensuse 15.6", + "opensuse 16.0" ] } ] diff --git a/pyproject.toml b/pyproject.toml index 30ab9a79..c5ac7e0c 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.5.0.dev0" +version = "1.5.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 6af997ac..ad92483e 100644 --- a/src/handwritten/_installer_metadata.json +++ b/src/handwritten/_installer_metadata.json @@ -1,9 +1,9 @@ { "Windows": [ { - "Version": "26.0.0", - "Release": "2026Q1", - "Location": "https://download.ni.com/support/nipkg/products/ni-d/ni-daqmx/26.0/online/ni-daqmx_26.0_online.exe", + "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", "supportedOS": [ "Windows 11", "Windows Server 2025", @@ -14,17 +14,17 @@ ], "Linux": [ { - "Version": "26.0.0", - "Release": "2026Q1", + "Version": "26.3.0", + "Release": "2026Q2", "_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/LinuxDrivers2026Q1/NILinux2026Q1DeviceDrivers.zip", + "Location": "https://download.ni.com/support/softlib/MasterRepository/LinuxDrivers2026Q2/NILinux2026Q2DeviceDrivers.zip", "supportedOS": [ "ubuntu 22.04", "ubuntu 24.04", - "rhel 8", "rhel 9", - "opensuse 15.5", - "opensuse 15.6" + "rhel 10", + "opensuse 15.6", + "opensuse 16.0" ] } ]