Skip to content

Commit

Permalink
Merge pull request #100 from semuconsulting/RELEASE-CANDIDATE-1.1.5
Browse files Browse the repository at this point in the history
enhance gnssntripclient - Fixes #98
  • Loading branch information
semuadmin authored Oct 30, 2024
2 parents 72e63ca + 14f3b7f commit be49bbd
Show file tree
Hide file tree
Showing 5 changed files with 173 additions and 182 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"python.defaultInterpreterPath": "python3",
"modulename": "${workspaceFolderBasename}",
"distname": "${workspaceFolderBasename}",
"moduleversion": "1.1.4"
"moduleversion": "1.1.5"
}
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# pygnssutils Release Notes

### RELEASE 1.1.5

ENHANCEMENTS:

1. Streamline gnssntripclient and improve exit handling when invoked via PyGPSClient.

### RELEASE 1.1.4

ENHANCEMENTS:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "pygnssutils"
authors = [{ name = "semuadmin", email = "semuadmin@semuconsulting.com" }]
maintainers = [{ name = "semuadmin", email = "semuadmin@semuconsulting.com" }]
description = "GNSS Command Line Utilities"
version = "1.1.4"
version = "1.1.5"
license = { file = "LICENSE" }
readme = "README.md"
requires-python = ">=3.9"
Expand Down
2 changes: 1 addition & 1 deletion src/pygnssutils/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
:license: BSD 3-Clause
"""

__version__ = "1.1.4"
__version__ = "1.1.5"
Loading

0 comments on commit be49bbd

Please # to comment.