Skip to content

Commit

Permalink
3.1.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
tek-githubbot-1010 committed Feb 19, 2025
1 parent 19eec94 commit 15cfcf2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ Valid subsections within a version are:

Things to be included in the next release go here.

---

## v3.1.3 (2025-02-19)

### Merged Pull Requests

- refactor: Update all error messages for VISA devices to always include the failed command unless explicitly called with the method's `verbose` parameter set to False ([#383](https://github.com/tektronix/tm_devices/pull/383))

### Changed

- The error messages for exceptions raised during VISA communication have been updated to always include the command that was being executed when the error occurred, unless the method was explicitly called with the `verbose` parameter set to False.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ maintainers = [
name = "tm_devices"
readme = "README.md"
repository = "https://github.com/tektronix/tm_devices"
version = "3.1.2"
version = "3.1.3"

[tool.poetry.dependencies]
colorlog = "^6.9.0"
Expand Down

0 comments on commit 15cfcf2

Please sign in to comment.