diff --git a/CHANGELOG.md b/CHANGELOG.md index 04686e79..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) @@ -25,6 +26,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) 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",