Skip to content

Commit cdc1ecb

Browse files
committed
update to v1.4.7
1 parent cdbebad commit cdc1ecb

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"editor.formatOnSave": true,
55
"modulename": "pygpsclient",
66
"distname": "pygpsclient",
7-
"moduleversion": "1.4.6",
7+
"moduleversion": "1.4.7",
88
}

RELEASE_NOTES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# PyGPSClient Release Notes
22

3-
### RELEASE CANDIDATE v1.4.6
3+
### RELEASE CANDIDATE v1.4.7
4+
5+
ENHANCEMENTS:
6+
7+
1. Add tkinter value to About dialog for reference.
8+
9+
FIXES:
10+
11+
1. Fix relPosLength calculation in rover_frame.py
12+
13+
### RELEASE v1.4.6
414

515
ENHANCEMENTS:
616

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "pygpsclient"
77
authors = [{ name = "semuadmin", email = "[email protected]" }]
88
maintainers = [{ name = "semuadmin", email = "[email protected]" }]
99
description = "GNSS Diagnostic and UBX Configuration GUI Application"
10-
version = "1.4.6"
10+
version = "1.4.7"
1111
license = { file = "LICENSE" }
1212
keywords = [
1313
"PyGPSClient",

src/pygpsclient/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
:license: BSD 3-Clause
99
"""
1010

11-
__version__ = "1.4.6"
11+
__version__ = "1.4.7"

0 commit comments

Comments
 (0)