From fea732d3ba95aa39dab6666f1c05d04f28d69b58 Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Fri, 16 Nov 2018 20:17:16 +0000 Subject: gpy.py: Bunp minor protocol version --- gps/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.1