File tree 4 files changed +9
-3
lines changed
4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 14
14
"editor.formatOnSave" : true ,
15
15
"modulename" : " pygpsclient" ,
16
16
"distname" : " PyGPSClient" ,
17
- "moduleversion" : " 1.1.4 " ,
17
+ "moduleversion" : " 1.1.5 " ,
18
18
"python.linting.pylintEnabled" : true ,
19
19
"python.linting.enabled" : true
20
20
}
Original file line number Diff line number Diff line change 1
1
# PyGPSClient Release Notes
2
2
3
+ ### RELEASE v1.1.5
4
+
5
+ FIXES:
6
+
7
+ 1 . Fix issue #9 where app becomes unresponsive with a null data stream.
8
+
3
9
### RELEASE v1.1.4
4
10
5
11
ENHANCEMENTS:
Original file line number Diff line number Diff line change 1
1
<?xml version = " 1.0" ?>
2
2
<project name =" PyGPSClient" default =" build" >
3
3
<property name =" module.name" value =" pygpsclient" />
4
- <property name =" version" value =" 1.1.4 " />
4
+ <property name =" version" value =" 1.1.5 " />
5
5
<condition property =" python" value =" python" >
6
6
<os family =" windows" />
7
7
</condition >
Original file line number Diff line number Diff line change 8
8
:license: BSD 3-Clause
9
9
"""
10
10
11
- __version__ = "1.1.4 "
11
+ __version__ = "1.1.5 "
You can’t perform that action at this time.
0 commit comments