diff options
author | Gary E. Miller <gem@rellim.com> | 2018-11-16 20:17:16 +0000 |
---|---|---|
committer | Gary E. Miller <gem@rellim.com> | 2018-11-16 20:17:16 +0000 |
commit | fea732d3ba95aa39dab6666f1c05d04f28d69b58 (patch) | |
tree | ce38dd94f31d3e34d72eec37b0e6644a410f753d | |
parent | 7f1382dd3c081d5053667286399d91e6c39dd63b (diff) | |
download | gpsd-fea732d3ba95aa39dab6666f1c05d04f28d69b58.tar.gz |
gpy.py: Bunp minor protocol version
-rw-r--r-- | gps/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gps/__init__.py b/gps/__init__.py index 467f7181..8812b69f 100644 --- a/gps/__init__.py +++ b/gps/__init__.py @@ -13,7 +13,7 @@ from .misc import * # Keep in sync with GPSD_PROTO_MAJOR_VERSION and GPSD_PROTO_MINOR_VERSION in # gpsd.h api_major_version = 3 # bumped on incompatible changes -api_minor_version = 13 # bumped on compatible changes +api_minor_version = 14 # bumped on compatible changes # keep in sync with gpsd_version in SConstruct __version__ = '3.19-dev' |