Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# CHANGES
## [1.0.6] - 2024-09-19
- fix logo reference

## [1.0.5] - 2024-09-19
- implementation is only CPython. PyPy doesn't work due to py-datastruct
package.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ USBIP Serial client ![workflow](https://github.com/bp100a/serial-usbipclient/act
========================================================================================================
<div>

![](https://github.com/bp100a/serial-usbipclient/blob/mypy/logo.png?raw=true#center)
![](https://github.com/bp100a/serial-usbipclient/blob/master/logo.png?raw=true#center)

</div>

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Repository = "https://github.com/bp100a/serial-usbipclient"
name = "serial-usbipclient"
authors = ["Harry J. Collins <[email protected]>"]
maintainers = ["Harry J. Collins <[email protected]>"]
version = "1.0.5"
version = "1.0.6"
description = "Simple serial connectivity to CDC (serial) USB devices exposed by a USBIPD service."
readme = "README.md"
package-mode = true
Expand Down