From ec14f89601059f358170c4fa7b83c0d3a945113a Mon Sep 17 00:00:00 2001 From: Tektronix Bot Date: Fri, 2 Aug 2024 21:22:57 +0000 Subject: [PATCH] 2.2.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f84eb07b..21dcd3f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,15 @@ Valid subsections within a version are: Things to be included in the next release go here. +--- + +## v2.2.0 (2024-08-02) + +### Merged Pull Requests + +- Enable adding unsupported device types via the DeviceManager ([#262](https://github.com/tektronix/tm_devices/pull/262)) +- test: Ignore http-rate-limited warnings to avoid failure due to the abundance of GitHub URLs in the Changelog ([#261](https://github.com/tektronix/tm_devices/pull/261)) + ### Added - Added a new method to the `DeviceManager` class, `add_unsupported_device()`, which enables adding an unsupported device type. diff --git a/pyproject.toml b/pyproject.toml index dece5a36..23246358 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ maintainers = [ name = "tm_devices" readme = "README.md" repository = "https://github.com/tektronix/tm_devices" -version = "2.1.0" +version = "2.2.0" [tool.poetry.dependencies] gpib-ctypes = "^0.3.0"