Skip to content

Commit 92c7c4a

Browse files
committed
Deploy
1 parent b4eab73 commit 92c7c4a

File tree

17 files changed

+14
-16
lines changed

17 files changed

+14
-16
lines changed

bandwidth/controllers/base_controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class BaseController(object):
2828

2929
def global_headers(self):
3030
return {
31-
'user-agent': 'python-sdk-refs/tags/python6.13.1'
31+
'user-agent': 'python-sdk-refs/tags/python6.13.2'
3232
}
3333

3434
def __init__(self, config, call_back=None):

bandwidth/messaging/controllers/base_controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class BaseController(object):
2828

2929
def global_headers(self):
3030
return {
31-
'user-agent': 'python-sdk-refs/tags/python6.13.1'
31+
'user-agent': 'python-sdk-refs/tags/python6.13.2'
3232
}
3333

3434
def __init__(self, config, call_back=None):

bandwidth/twofactorauth/controllers/base_controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class BaseController(object):
2828

2929
def global_headers(self):
3030
return {
31-
'user-agent': 'python-sdk-refs/tags/python6.13.1'
31+
'user-agent': 'python-sdk-refs/tags/python6.13.2'
3232
}
3333

3434
def __init__(self, config, call_back=None):

bandwidth/voice/controllers/base_controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class BaseController(object):
2828

2929
def global_headers(self):
3030
return {
31-
'user-agent': 'python-sdk-refs/tags/python6.13.1'
31+
'user-agent': 'python-sdk-refs/tags/python6.13.2'
3232
}
3333

3434
def __init__(self, config, call_back=None):

bandwidth/webrtc/controllers/base_controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class BaseController(object):
2828

2929
def global_headers(self):
3030
return {
31-
'user-agent': 'python-sdk-refs/tags/python6.13.1'
31+
'user-agent': 'python-sdk-refs/tags/python6.13.2'
3232
}
3333

3434
def __init__(self, config, call_back=None):

bandwidth/webrtc/utils/transfer_util.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ def generate_transfer_bxml(deviceToken, sip_uri='sip:sipx.webrtc.bandwidth.com:5
1010
"""
1111
Returns BXML string with WebRTC a device token to perform a SIP transfer
1212
"""
13-
return f'''
14-
<?xml version="1.0" encoding="UTF-8" ?>
13+
return f'''<?xml version="1.0" encoding="UTF-8" ?>
1514
<Response>
1615
<Transfer>
1716
<SipUri uui="{deviceToken};encoding=jwt">{sip_uri}</SipUri>

bandwidth_sdk.egg-info/PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.1
22
Name: bandwidth-sdk
3-
Version: 6.13.1
3+
Version: 6.13.2
44
Summary: Bandwidth's set of APIs
55
Home-page: https://apimatic.io
66
Author: APIMatic SDK Generator

build/lib/bandwidth/controllers/base_controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class BaseController(object):
2828

2929
def global_headers(self):
3030
return {
31-
'user-agent': 'python-sdk-refs/tags/python6.13.1'
31+
'user-agent': 'python-sdk-refs/tags/python6.13.2'
3232
}
3333

3434
def __init__(self, config, call_back=None):

build/lib/bandwidth/messaging/controllers/base_controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class BaseController(object):
2828

2929
def global_headers(self):
3030
return {
31-
'user-agent': 'python-sdk-refs/tags/python6.13.1'
31+
'user-agent': 'python-sdk-refs/tags/python6.13.2'
3232
}
3333

3434
def __init__(self, config, call_back=None):

build/lib/bandwidth/twofactorauth/controllers/base_controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class BaseController(object):
2828

2929
def global_headers(self):
3030
return {
31-
'user-agent': 'python-sdk-refs/tags/python6.13.1'
31+
'user-agent': 'python-sdk-refs/tags/python6.13.2'
3232
}
3333

3434
def __init__(self, config, call_back=None):

0 commit comments

Comments
 (0)