Skip to content

Commit b74720a

Browse files
author
PureCloud Jenkins
committed
47.1.2
1 parent 0cea28a commit b74720a

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
@@ -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'] = '47.1.1'
115+
header_params['purecloud-sdk'] = '47.1.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
@@ -245,5 +245,5 @@ def to_debug_report(self):
245245
"OS: {env}\n"\
246246
"Python Version: {pyversion}\n"\
247247
"Version of the API: v2\n"\
248-
"SDK Package Version: 47.1.1".\
248+
"SDK Package Version: 47.1.2".\
249249
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 = "47.1.1"
7+
VERSION = "47.1.2"
88

99

1010

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

2020
setup(
2121
name="PureCloudPlatformClientV2",
22-
version="47.1.1",
22+
version="47.1.2",
2323
description="PureCloud Platform API SDK",
2424
author="Genesys Developer Evangelists",
2525
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": 47,
33
"minor": 1,
4-
"point": 1,
4+
"point": 2,
55
"prerelease": "",
66
"apiVersion": 0,
7-
"display": "47.1.1",
8-
"displayFull": "47.1.1"
7+
"display": "47.1.2",
8+
"displayFull": "47.1.2"
99
}

0 commit comments

Comments
 (0)