From 020e6f2fc447988e7d62ccec624cfbce8fba906f Mon Sep 17 00:00:00 2001 From: Tektronix Bot Date: Wed, 31 Jul 2024 14:36:30 +0000 Subject: [PATCH] 2.1.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33a2b129..b51c3b72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,17 @@ Valid subsections within a version are: Things to be included in the next release go here. +--- + +## v2.1.0 (2024-07-31) + +### Merged Pull Requests + +- feat: Added SourceXpress API support and AWG defects fix ([#260](https://github.com/tektronix/tm_devices/pull/260)) +- gh-actions(deps): bump hynek/build-and-inspect-python-package ([#258](https://github.com/tektronix/tm_devices/pull/258)) +- python-deps(deps-dev): bump the python-dependencies group with 2 updates ([#257](https://github.com/tektronix/tm_devices/pull/257)) +- Update jinja templates ([#254](https://github.com/tektronix/tm_devices/pull/254)) + ### Added - Full Python API support for SourceXpress to AWG70KA, AWG70KB and AWG7K models. diff --git a/pyproject.toml b/pyproject.toml index cbb1eb00..daf4a537 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.0.0" +version = "2.1.0" [tool.poetry.dependencies] gpib-ctypes = "^0.3.0"