Skip to content

Commit 557e3ed

Browse files
authored
Merge pull request #34 from bp100a/fix-logo
update the logo URL
2 parents 95b5994 + d47cc8a commit 557e3ed

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# CHANGES
2+
## [1.0.6] - 2024-09-19
3+
- fix logo reference
4+
25
## [1.0.5] - 2024-09-19
36
- implementation is only CPython. PyPy doesn't work due to py-datastruct
47
package.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ USBIP Serial client ![workflow](https://github.com/bp100a/serial-usbipclient/act
22
========================================================================================================
33
<div>
44

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

77
</div>
88

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Repository = "https://github.com/bp100a/serial-usbipclient"
4848
name = "serial-usbipclient"
4949
authors = ["Harry J. Collins <[email protected]>"]
5050
maintainers = ["Harry J. Collins <[email protected]>"]
51-
version = "1.0.5"
51+
version = "1.0.6"
5252
description = "Simple serial connectivity to CDC (serial) USB devices exposed by a USBIPD service."
5353
readme = "README.md"
5454
package-mode = true

0 commit comments

Comments
 (0)