-
-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #164 from semuconsulting/RC-1.4.27
RC 1.4.27
- Loading branch information
Showing
18 changed files
with
683 additions
and
265 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ name = "pygpsclient" | |
authors = [{ name = "semuadmin", email = "[email protected]" }] | ||
maintainers = [{ name = "semuadmin", email = "[email protected]" }] | ||
description = "GNSS Diagnostic and UBX Configuration GUI Application" | ||
version = "1.4.26" | ||
version = "1.4.27" | ||
license = { file = "LICENSE" } | ||
keywords = [ | ||
"PyGPSClient", | ||
|
@@ -52,7 +52,7 @@ classifiers = [ | |
dependencies = [ | ||
"requests>=2.28.0", | ||
"Pillow>=9.0.0", | ||
"pygnssutils>=1.1.6", | ||
"pygnssutils>=1.1.7", | ||
"pyserial>=3.5", | ||
] | ||
|
||
|
@@ -90,11 +90,12 @@ profile = "black" | |
exclude_dirs = ["docs", "examples", "tests"] | ||
skips = [ | ||
"B104", | ||
"B311", | ||
"B318", | ||
"B404", | ||
"B408", | ||
"B603", | ||
] # bind 0.0.0.0; minidom; subroutine | ||
] # bind 0.0.0.0; randrange; minidom; subroutine | ||
|
||
[tool.pylint] | ||
jobs = 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,4 @@ | |
:license: BSD 3-Clause | ||
""" | ||
|
||
__version__ = "1.4.26" | ||
__version__ = "1.4.27" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.