Skip to content

Commit d1cc51d

Browse files
TanYiQingYiQingTan
andauthored
Bump master version to 1.4.0-dev0 (#867)
* Update version to 1.4.0-dev0 and add changelog for 1.4.0 * bump version to 1.4.0-dev0 in pyproject.toml --------- Co-authored-by: Tan Yi Qing <[email protected]>
1 parent fa2a2bb commit d1cc51d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Changelog
2+
* [1.4.0](#140)
23
* [1.3.0](#130)
34
* [1.2.0](#120)
45
* [1.1.0](#110)
@@ -24,6 +25,19 @@
2425

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

28+
## 1.4.0
29+
* ### Merged Pull Requests
30+
* [Full changelog: 1.3.0...1.4.0](https://github.com/ni/nidaqmx-python/compare/1.3.0...1.4.0)
31+
32+
* ### Resolved Issues
33+
* ...
34+
35+
* ### Major Changes
36+
* ...
37+
38+
* ### Known Issues
39+
* ...
40+
2741
## 1.3.0
2842
* ### Merged Pull Requests
2943
* [Full changelog: 1.2.0...1.3.0](https://github.com/ni/nidaqmx-python/compare/1.2.0...1.3.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.3.0-dev1"
6+
version = "1.4.0-dev0"
77
classifiers = [
88
"Development Status :: 5 - Production/Stable",
99
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)