Skip to content

Commit

Permalink
Bumped minimum pyjls version from 0.8.2 to 0.9.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
mliberty1 committed Feb 14, 2024
1 parent 07e899d commit 2b616f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ This file contains the list of changes made to the Joulescope driver.

## 1.4.7

2024 Feb 12 [in progress]
2024 Feb 14

* Initialized buffer_mgr_s instance_.context to NULL.
* Improved python binding error reporting.
* Added optional duration to statistics entry point.
* Bumped minimum pyjls version from 0.8.2 to 0.9.2.


## 1.4.6
Expand Down
2 changes: 1 addition & 1 deletion pyjoulescope_driver/record.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import logging


_PYJLS_VERSION_MIN = (0, 8, 2) # inclusive
_PYJLS_VERSION_MIN = (0, 9, 2) # inclusive
_PYJLS_VERSION_MAX = (1, 0, 0) # exclusive


Expand Down

0 comments on commit 2b616f1

Please sign in to comment.