Skip to content

Commit 5d16cad

Browse files
committed
Added Custom User Agent
1 parent 450a428 commit 5d16cad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

route4me/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424

2525
HEADERS = {
26-
'User-Agent': 'python-sdk',
26+
'User-Agent': 'Route4Me Python SDK',
2727
'Accept-Encoding': 'identity, deflate, compress, gzip',
2828
'Accept': '*/*',
2929
}

route4me/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
# VERSION.py - MAINTAINER's. Don't edit, if you don't know what are you doing
77
# ==============================================================================
88

9-
VERSION = (0, 1, 4, 1)
9+
VERSION = (0, 1, 4, 3)
1010
RELEASE_SUFFIX = ''
1111

1212
VERSION_STRING = '.'.join([str(x) for x in VERSION])
1313
RELEASE_STRING = "v{}{}".format(VERSION_STRING, RELEASE_SUFFIX)
1414

1515
PROJECT = 'Route4Me Python SDK'
16-
COPYRIGHT = '2016-2021 © Route4Me Python Team'
16+
COPYRIGHT = '2016-2023 © Route4Me Python Team'
1717
AUTHOR = 'Route4Me Python Team (SDK)'
1818
AUTHOR_EMAIL = '[email protected]'
1919
TITLE = 'route4me'

0 commit comments

Comments
 (0)