Skip to content

Commit 4f439eb

Browse files
committed
Update changelog and pyproject.toml version
1 parent ba8a962 commit 4f439eb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ All notable changes to this project will be documented in this file.
3838

3939
* ### Resolved Issues
4040
* [644: nidaqmx doesn't support Python 3.13+](https://github.com/ni/nidaqmx-python/issues/644)
41+
* [641: No devices found](https://github.com/ni/nidaqmx-python/issues/641)
4142

4243
* ### Known Issues
43-
* ...
44+
* [639: first_samp_timestamp_val property does not work because LibraryInterpreter is missing a method](https://github.com/ni/nidaqmx-python/issues/639)
4445

4546
## 1.0.1
4647
* ### Merged Pull Requests

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.0.2"
44
license = "MIT"
55
description = "NI-DAQmx Python API"
66
authors = ["NI <opensource@ni.com>"]

0 commit comments

Comments
 (0)