Skip to content

Commit ea3ddd4

Browse files
committed
update version to 1.1.5
1 parent 0167e5c commit ea3ddd4

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"editor.formatOnSave": true,
1515
"modulename": "pygpsclient",
1616
"distname": "PyGPSClient",
17-
"moduleversion": "1.1.4",
17+
"moduleversion": "1.1.5",
1818
"python.linting.pylintEnabled": true,
1919
"python.linting.enabled": true
2020
}

RELEASE_NOTES.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# PyGPSClient Release Notes
22

3+
### RELEASE v1.1.5
4+
5+
FIXES:
6+
7+
1. Fix issue #9 where app becomes unresponsive with a null data stream.
8+
39
### RELEASE v1.1.4
410

511
ENHANCEMENTS:

build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version = "1.0"?>
22
<project name="PyGPSClient" default="build">
33
<property name="module.name" value="pygpsclient" />
4-
<property name="version" value="1.1.4" />
4+
<property name="version" value="1.1.5" />
55
<condition property="python" value="python">
66
<os family="windows" />
77
</condition>

pygpsclient/_version.py

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

11-
__version__ = "1.1.4"
11+
__version__ = "1.1.5"

0 commit comments

Comments
 (0)