Skip to content

Commit 494008f

Browse files
TanYiQingYiQingTancharitylxy
authored
[release/1.4.1] Update pyproject to version 1.4.1 (#925)
* update version to 1.4.1 * update changelog * update changelog * Update changelog link --------- Co-authored-by: Tan Yi Qing <yiQing.tan@emerson.com> Co-authored-by: chaloh <charity.loh@ni.com>
1 parent 8ce755d commit 494008f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Changelog
2+
* [1.4.1](#141)
23
* [1.4.0](#140)
34
* [1.3.0](#130)
45
* [1.2.0](#120)
@@ -25,6 +26,20 @@
2526

2627
All notable changes to this project will be documented in this file.
2728

29+
## 1.4.1
30+
* ### Merged Pull Requests
31+
* [Full changelog: 1.4.0...1.4.1](https://github.com/ni/nidaqmx-python/compare/1.4.0...1.4.1)
32+
33+
* ### Resolved Issues
34+
* ...
35+
36+
* ### Major Changes
37+
* Update installer metadata using DAQmx version 26.0.0
38+
39+
40+
* ### Known Issues
41+
* ...
42+
2843
## 1.4.0
2944
* ### Merged Pull Requests
3045
* [Full changelog: 1.3.0...1.4.0](https://github.com/ni/nidaqmx-python/compare/1.3.0...1.4.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "nidaqmx"
33
description = "NI-DAQmx Python API"
44
license = "MIT"
55
keywords = ["nidaqmx", "nidaq", "daqmx", "daq"]
6-
version = "1.4.1.dev0"
6+
version = "1.4.1"
77
classifiers = [
88
"Development Status :: 5 - Production/Stable",
99
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)