Skip to content

Commit 501a556

Browse files
author
PureCloud Jenkins
committed
64.0.2
1 parent 11ace67 commit 501a556

5 files changed

Lines changed: 7 additions & 11 deletions

File tree

build/PureCloudPlatformClientV2/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def __call_api(self, resource_path, method,
185185
header_params['Cookie'] = self.cookie
186186
if header_params:
187187
header_params = self.sanitize_for_serialization(header_params)
188-
header_params['purecloud-sdk'] = '64.0.1'
188+
header_params['purecloud-sdk'] = '64.0.2'
189189

190190
# path parameters
191191
if path_params:

build/PureCloudPlatformClientV2/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,5 +249,5 @@ def to_debug_report(self):
249249
"OS: {env}\n"\
250250
"Python Version: {pyversion}\n"\
251251
"Version of the API: v2\n"\
252-
"SDK Package Version: 64.0.1".\
252+
"SDK Package Version: 64.0.2".\
253253
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 = "64.0.1"
7+
VERSION = "64.0.2"
88

99

1010

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

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

releaseNotes.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
Platform API version: 3526
22

33

4-
# SDK Changes
5-
6-
* Fixed a bug determining the login host
7-
84
# Major Changes (0 changes)
95

106

version.json

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

0 commit comments

Comments
 (0)