Skip to content

Commit 11cefd7

Browse files
authored
nidaqmx: Bump master version to 1.2.0-dev0 (#683)
* nidaqmx: Bump master version to 1.2.0-dev0 * Update CHANGELOG.md
1 parent 5ab6d24 commit 11cefd7

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Changelog
2+
* [1.2.0](#120)
23
* [1.1.0](#110)
34
* [1.0.2](#102)
45
* [1.0.1](#101)
@@ -22,12 +23,25 @@
2223

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

25-
## 1.1.0
26+
## 1.2.0
2627
* ### Merged Pull Requests
28+
* [Full changelog: 1.1.0...1.2.0](https://github.com/ni/nidaqmx-python/compare/1.1.0...1.2.0)
29+
30+
* ### Resolved Issues
31+
* ...
32+
33+
* ### Major Changes
2734
* ...
2835

36+
* ### Known Issues
37+
* ...
38+
39+
## 1.1.0
40+
* ### Merged Pull Requests
41+
* [Full changelog: 1.0.2...1.1.0](https://github.com/ni/nidaqmx-python/compare/1.0.2...1.1.0)
42+
2943
* ### Resolved Issues
30-
* [656: Missing usage of slots in classes with DAQmx attributes](https://github.com/ni/nidaqmx-python/issues/656)
44+
* [656: Missing usage of slots in classes with DAQmx attributes](https://github.com/ni/nidaqmx-python/issues/656)
3145

3246
* ### Major Changes
3347
* Added support for mioDAQ configurable digital voltage.

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.1.0"
3+
version = "1.2.0-dev0"
44
license = "MIT"
55
description = "NI-DAQmx Python API"
66
authors = ["NI <[email protected]>"]

0 commit comments

Comments
 (0)