We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79ccdcf commit e4afcf4Copy full SHA for e4afcf4
2 files changed
CHANGELOG.md
@@ -1,5 +1,6 @@
1
# Changelog
2
3
+* [0.6.5](#065)
4
* [0.6.4](#064)
5
* [0.6.3](#063)
6
* [0.6.2](#062)
@@ -15,6 +16,15 @@
15
16
17
All notable changes to this project will be documented in this file.
18
19
+## 0.6.5
20
+
21
+* ### Merged Pull Requests
22
+ * ...
23
+* ### Resolved Issues
24
25
+* ### Major Changes
26
27
28
## 0.6.4
29
30
* ### Merged Pull Requests
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nidaqmx"
-version = "0.6.4"
+version = "0.6.5"
license = "MIT"
description = "NI-DAQmx Python API"
authors = ["NI <opensource@ni.com>"]
0 commit comments