Skip to content

Commit 0538818

Browse files
authored
nidaqmx: Bump master version to 1.3.0-dev0 (#791)
* nidaqmx: Bump master version to 1.2.0-dev0 * Update CHANGELOG.md
1 parent a38a529 commit 0538818

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.3.0](#130)
23
* [1.2.0](#120)
34
* [1.1.0](#110)
45
* [1.0.2](#102)
@@ -23,6 +24,19 @@
2324

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

27+
## 1.3.0
28+
* ### Merged Pull Requests
29+
* [Full changelog: 1.2.0...1.3.0](https://github.com/ni/nidaqmx-python/compare/1.2.0...1.3.0)
30+
31+
* ### Resolved Issues
32+
* ...
33+
34+
* ### Major Changes
35+
* ...
36+
37+
* ### Known Issues
38+
* ...
39+
2640
## 1.2.0
2741
* ### Merged Pull Requests
2842
* [Full changelog: 1.1.0...1.2.0](https://github.com/ni/nidaqmx-python/compare/1.1.0...1.2.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nidaqmx"
3-
version = "1.2.0-dev2"
3+
version = "1.3.0-dev0"
44
license = "MIT"
55
description = "NI-DAQmx Python API"
66
authors = ["NI <[email protected]>"]

0 commit comments

Comments
 (0)