Skip to content

Commit 0cea28a

Browse files
author
PureCloud Jenkins
committed
47.1.1
1 parent 3585cc2 commit 0cea28a

5 files changed

Lines changed: 8 additions & 12 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'] = '47.1.0'
115+
header_params['purecloud-sdk'] = '47.1.1'
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.0".\
248+
"SDK Package Version: 47.1.1".\
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.0"
7+
VERSION = "47.1.1"
88

99

1010

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

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

releaseNotes.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ Platform API version: 2897
44
# Major Changes (0 changes)
55

66

7-
# Minor Changes (1 change)
8-
9-
**Attachment** (1 change)
10-
11-
* Optional property inlineImage was added
7+
# Minor Changes (0 changes)
128

139

1410
# Point Changes (0 changes)

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": 0,
4+
"point": 1,
55
"prerelease": "",
66
"apiVersion": 0,
7-
"display": "47.1.0",
8-
"displayFull": "47.1.0"
7+
"display": "47.1.1",
8+
"displayFull": "47.1.1"
99
}

0 commit comments

Comments
 (0)