From 60ed8688457719e63e269a1dddb85addaef07119 Mon Sep 17 00:00:00 2001 From: ardevd Date: Wed, 24 Jun 2020 14:52:39 +0200 Subject: [PATCH] fixed typo and updated version info for v1.3.5 --- jlrpy.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jlrpy.py b/jlrpy.py index 7551883..0bca1a4 100644 --- a/jlrpy.py +++ b/jlrpy.py @@ -119,7 +119,7 @@ def __set_header(self, access_token): self.head = { "Authorization": "Bearer %s" % access_token, "X-Device-Id": self.device_id, - "x-telematicsprogramtype", "jlrpy", + "x-telematicsprogramtype": "jlrpy", "Content-Type": "application/json"} def __authenticate(self, data=None): diff --git a/setup.py b/setup.py index 9e7001a..52c3aa3 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name="jlrpy", - version="1.3.4", + version="1.3.5", author="Edvard", author_email="edvard.holst@gmail.com", description="Control your Jaguar I-Pace",