Skip to content

Commit

Permalink
2.2.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
tek-githubbot-1010 committed Aug 14, 2024
1 parent e8cb8a9 commit a9eed0f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ Valid subsections within a version are:

Things to be included in the next release go here.

---

## v2.2.2 (2024-08-14)

### Merged Pull Requests

- Fix the stubgen helper function to attach stubs to the correct class in modules with multiple classes ([#276](https://github.com/tektronix/tm_devices/pull/276))
- python-deps(deps-dev): bump the python-dependencies group with 2 updates ([#273](https://github.com/tektronix/tm_devices/pull/273))
- docs: Update the contribution guide to provide details on how to track the status of changes in the GitHub repo using issues ([#271](https://github.com/tektronix/tm_devices/pull/271))

### Fixed

- Fixed the stubgen helper to properly attach stubs to the correct class in modules that have multiple classes.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ maintainers = [
name = "tm_devices"
readme = "README.md"
repository = "https://github.com/tektronix/tm_devices"
version = "2.2.1"
version = "2.2.2"

[tool.poetry.dependencies]
gpib-ctypes = "^0.3.0"
Expand Down

0 comments on commit a9eed0f

Please sign in to comment.