Skip to content

Commit 6b3f8f7

Browse files
author
PureCloud Jenkins
committed
44.0.1
1 parent 28dff68 commit 6b3f8f7

File tree

5 files changed

+9
-2776
lines changed

5 files changed

+9
-2776
lines changed

build/PureCloudPlatformClientV2/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def __call_api(self, resource_path, method,
112112
header_params['Cookie'] = self.cookie
113113
if header_params:
114114
header_params = self.sanitize_for_serialization(header_params)
115-
header_params['purecloud-sdk'] = '44.0.0'
115+
header_params['purecloud-sdk'] = '44.0.1'
116116

117117
# path parameters
118118
if path_params:

build/PureCloudPlatformClientV2/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,5 +238,5 @@ def to_debug_report(self):
238238
"OS: {env}\n"\
239239
"Python Version: {pyversion}\n"\
240240
"Version of the API: v2\n"\
241-
"SDK Package Version: 44.0.0".\
241+
"SDK Package Version: 44.0.1".\
242242
format(env=sys.platform, pyversion=sys.version)

build/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup, find_packages
55

66
NAME = "PureCloudPlatformClientV2"
7-
VERSION = "44.0.0"
7+
VERSION = "44.0.1"
88

99

1010

@@ -19,7 +19,7 @@
1919

2020
setup(
2121
name="PureCloudPlatformClientV2",
22-
version="44.0.0",
22+
version="44.0.1",
2323
description="PureCloud Platform API SDK",
2424
author="Genesys Developer Evangelists",
2525
author_email="DeveloperEvangelists@Genesys.com",

0 commit comments

Comments
 (0)