Skip to content

Commit b007a02

Browse files
Tektronix BotTektronix Bot
authored andcommitted
3.1.9
Automatically generated by python-semantic-release
1 parent 4d62a7a commit b007a02

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@ Valid subsections within a version are:
1818

1919
Things to be included in the next release go here.
2020

21+
---
22+
23+
## v3.1.9 (2025-04-03)
24+
25+
### Merged Pull Requests
26+
27+
- fix: Fixed the method of determining the total number of physical channel connectors on the 70kSX scope series ([#408](https://github.com/tektronix/tm_devices/pull/408))
28+
- python-deps(deps-dev): update pyright requirement from 1.1.397 to 1.1.398 in the python-dependencies group ([#405](https://github.com/tektronix/tm_devices/pull/405))
29+
- python-deps(deps-dev): bump the python-dependencies group with 2 updates ([#404](https://github.com/tektronix/tm_devices/pull/404))
30+
- gh-actions(deps): bump tektronix/python-package-ci-cd ([#403](https://github.com/tektronix/tm_devices/pull/403))
31+
2132
### Fixed
2233

2334
- Fixed the method of determining the total number of physical channel connectors on the 70kSX scope series to properly list all physical channels, even if not all channels can be used simultaneously, as is the case on SX scopes with the Asynchronous Time Interleaving (ATI) feature.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ maintainers = [
7373
name = "tm_devices"
7474
readme = "README.md"
7575
repository = "https://github.com/tektronix/tm_devices"
76-
version = "3.1.8"
76+
version = "3.1.9"
7777

7878
[tool.poetry.dependencies]
7979
colorlog = "^6.9.0"

0 commit comments

Comments
 (0)