Skip to content

Commit 1f5fb70

Browse files
author
PureCloud Jenkins
committed
187.3.0
1 parent 9fcc8ed commit 1f5fb70

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

build/PureCloudPlatformClientV2/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def __call_api(self, resource_path, method,
295295
header_params['Cookie'] = self.cookie
296296
if header_params:
297297
header_params = self.sanitize_for_serialization(header_params)
298-
header_params['purecloud-sdk'] = '187.2.0'
298+
header_params['purecloud-sdk'] = '187.3.0'
299299

300300
# path parameters
301301
if path_params:

build/PureCloudPlatformClientV2/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def to_debug_report(self):
202202
"OS: {env}\n"\
203203
"Python Version: {pyversion}\n"\
204204
"Version of the API: v2\n"\
205-
"SDK Package Version: 187.2.0".\
205+
"SDK Package Version: 187.3.0".\
206206
format(env=sys.platform, pyversion=sys.version)
207207

208208
def _update_config_from_file(self):

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 = "187.2.0"
7+
VERSION = "187.3.0"
88

99
# To install the library, run the following
1010
#
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name="PureCloudPlatformClientV2",
20-
version="187.2.0",
20+
version="187.3.0",
2121
description="PureCloud Platform API SDK",
2222
author="Genesys Developer Evangelists",
2323
author_email="DeveloperEvangelists@Genesys.com",

version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"major": 187,
3-
"minor": 2,
3+
"minor": 3,
44
"point": 0,
55
"prerelease": "",
66
"apiVersion": 0,
7-
"display": "187.2.0",
8-
"displayFull": "187.2.0"
7+
"display": "187.3.0",
8+
"displayFull": "187.3.0"
99
}

0 commit comments

Comments
 (0)