From 17c1941c6a7418624f07a9640b7ae80f69167455 Mon Sep 17 00:00:00 2001 From: Tektronix Bot Date: Tue, 27 Feb 2024 00:04:37 +0000 Subject: [PATCH] 1.2.1 Automatically generated by python-semantic-release Signed-off-by: v12ganesh ganesh.v@tektronix.com --- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb5d1193..ccc2f17e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,20 @@ ______________________________________________________________________ Things to be included in the next release go here. +______________________________________________________________________ + +## v1.2.1 (2024-02-27) + +### Merged Pull Requests + +- python-deps(deps-dev): Bump the python-dependencies group with 1 update ([#151](https://github.com/tektronix/tm_devices/issues/151)) +- gh-actions(deps): Bump the gh-actions-dependencies group with 2 updates ([#147](https://github.com/tektronix/tm_devices/issues/147)) +- Update read only cached property for PyCharm auto-complete support ([#149](https://github.com/tektronix/tm_devices/issues/149)) +- Update release workflow to print out incoming changes in job summary for easy review ([#148](https://github.com/tektronix/tm_devices/issues/148)) +- ci: Created a workflow to update python linting dependencies and pre-commit hook versions inside of a PR. ([#146](https://github.com/tektronix/tm_devices/issues/146)) +- refactor: Updated the `get_model_series()` function to make it simpler for future maintenance and additions. ([#145](https://github.com/tektronix/tm_devices/issues/145)) +- gh-actions(deps): Bump the gh-actions-dependencies group with 1 update ([#144](https://github.com/tektronix/tm_devices/issues/144)) + ### Changed - Updated the `get_model_series()` function to use a regex mapping instead of complicated logic to reduce maintenance costs. diff --git a/pyproject.toml b/pyproject.toml index 83574585..20b59f0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ maintainers = [ name = "tm_devices" readme = "README.rst" repository = "https://github.com/tektronix/tm_devices" -version = "1.2.0" +version = "1.2.1" [tool.poetry.dependencies] gpib-ctypes = ">=0.3.0"