Skip to content

Commit

Permalink
fixed typo and updated version info for v1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ardevd committed Jun 24, 2020
1 parent 8386c57 commit 60ed868
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jlrpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="jlrpy",
version="1.3.4",
version="1.3.5",
author="Edvard",
author_email="[email protected]",
description="Control your Jaguar I-Pace",
Expand Down

0 comments on commit 60ed868

Please sign in to comment.