Skip to content

Commit 8c04813

Browse files
author
PureCloud Jenkins
committed
195.0.2
1 parent 5a2c39f commit 8c04813

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

build/PureCloudPlatformClientV2/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ def __call_api(self, resource_path, method,
357357
header_params['Cookie'] = self.cookie
358358
if header_params:
359359
header_params = self.sanitize_for_serialization(header_params)
360-
header_params['purecloud-sdk'] = '195.0.1'
360+
header_params['purecloud-sdk'] = '195.0.2'
361361

362362
# path parameters
363363
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: 195.0.1".\
205+
"SDK Package Version: 195.0.2".\
206206
format(env=sys.platform, pyversion=sys.version)
207207

208208
def _update_config_from_file(self):

build/docs/releaseNotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Platform API version: 7756
22

33

4-
Testing PyPi publication
4+
Testing a Python SDK build issue. No changes to the SDK disregard
55

66
# Major Changes (0 changes)
77

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 = "195.0.1"
7+
VERSION = "195.0.2"
88

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

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

releaseNotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Platform API version: 7756
22

33

4-
Testing PyPi publication
4+
Testing a Python SDK build issue. No changes to the SDK disregard
55

66
# Major Changes (0 changes)
77

version.json

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

0 commit comments

Comments
 (0)