Skip to content

Commit

Permalink
3.1.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
tek-githubbot-1010 committed Feb 4, 2025
1 parent ddb378c commit 7a22dd4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ Valid subsections within a version are:

Things to be included in the next release go here.

---

## v3.1.1 (2025-02-04)

### Merged Pull Requests

- feat: Added support for a new custom version string format, `"1.2.3-custom.1234+abcdefghi"` ([#376](https://github.com/tektronix/tm_devices/pull/376))

### Added

- Updated the `get_version()` function to support more custom version string formats, e.g. `"1.2.3-custom.1234+abcdefghi"`.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ maintainers = [
name = "tm_devices"
readme = "README.md"
repository = "https://github.com/tektronix/tm_devices"
version = "3.1.0"
version = "3.1.1"

[tool.poetry.dependencies]
colorlog = "^6.9.0"
Expand Down

0 comments on commit 7a22dd4

Please sign in to comment.