Skip to content

Commit 930e469

Browse files
author
InIn Devops
committed
13.0.2
1 parent af2a63d commit 930e469

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

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'] = '13.0.1'
115+
header_params['purecloud-sdk'] = '13.0.2'
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: 13.0.1".\
241+
"SDK Package Version: 13.0.2".\
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 = "13.0.1"
7+
VERSION = "13.0.2"
88

99

1010

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

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

version.json

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

0 commit comments

Comments
 (0)