Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
tek-githubbot-1010 committed Jan 22, 2025
1 parent c42a140 commit 0af4140
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ Valid subsections within a version are:

Things to be included in the next release go here.

---

## v3.1.0 (2025-01-22)

### Merged Pull Requests

- refactor: Separate out the custom handling of different devices' software/firmware version parsing ([#373](https://github.com/tektronix/tm_devices/pull/373))
- fix: Remove unused commands files ([#371](https://github.com/tektronix/tm_devices/pull/371))
- feat: Improved VISA device error messages ([#370](https://github.com/tektronix/tm_devices/pull/370))

### Removed

- Removed the `traceback-with-variables` package as a dependency. If users would like to maintain the functionality, they will need to install this package separately and activate it within their code.
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.0.0"
version = "3.1.0"

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

0 comments on commit 0af4140

Please sign in to comment.