From 0af4140a6603f376fdb65c363b9e53f931f31195 Mon Sep 17 00:00:00 2001 From: Tektronix Bot Date: Wed, 22 Jan 2025 16:07:30 +0000 Subject: [PATCH] 3.1.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1675b01..93b40511 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/pyproject.toml b/pyproject.toml index fd3725f1..85a5e083 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"