Skip to content

Commit b4eab73

Browse files
committed
Deploy
1 parent 9d003ff commit b4eab73

File tree

17 files changed

+18
-14
lines changed

17 files changed

+18
-14
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.0'
31+
'user-agent': 'python-sdk-refs/tags/python6.13.1'
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.0'
31+
'user-agent': 'python-sdk-refs/tags/python6.13.1'
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.0'
31+
'user-agent': 'python-sdk-refs/tags/python6.13.1'
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.0'
31+
'user-agent': 'python-sdk-refs/tags/python6.13.1'
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.0'
31+
'user-agent': 'python-sdk-refs/tags/python6.13.1'
3232
}
3333

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

bandwidth/webrtc/utils/transfer_util.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ def generate_transfer_bxml(deviceToken, sip_uri='sip:sipx.webrtc.bandwidth.com:5
1212
"""
1313
return f'''
1414
<?xml version="1.0" encoding="UTF-8" ?>
15+
<Response>
1516
<Transfer>
1617
<SipUri uui="{deviceToken};encoding=jwt">{sip_uri}</SipUri>
17-
</Transfer>'''
18+
</Transfer>
19+
</Response>'''

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.0
3+
Version: 6.13.1
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.0'
31+
'user-agent': 'python-sdk-refs/tags/python6.13.1'
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.0'
31+
'user-agent': 'python-sdk-refs/tags/python6.13.1'
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.0'
31+
'user-agent': 'python-sdk-refs/tags/python6.13.1'
3232
}
3333

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

0 commit comments

Comments
 (0)