Skip to content

Commit f0d1bbd

Browse files
author
gdgate
authored
Merge pull request #234 from hkad98/Release_1.3
Bump to 1.3.0 Reviewed-by: Jan Soubusta https://github.com/jaceksan
2 parents bffe5e0 + 4e63f04 commit f0d1bbd

File tree

29 files changed

+38
-38
lines changed

29 files changed

+38
-38
lines changed

.openapi-generator/configs/gooddata-afm-client.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ infoName: "GoodData (generated by OpenAPI Generator)"
66
infoEmail: "[email protected]"
77
projectName: gooddata-afm-client
88
packageName: gooddata_afm_client
9-
packageVersion: 1.2.0
9+
packageVersion: 1.3.0
1010
library: urllib3
1111
additionalProperties:
1212
licenseInfo: "MIT"

.openapi-generator/configs/gooddata-api-client.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ infoName: "GoodData (generated by OpenAPI Generator)"
66
infoEmail: "[email protected]"
77
projectName: gooddata-api-client
88
packageName: gooddata_api_client
9-
packageVersion: 1.2.0
9+
packageVersion: 1.3.0
1010
library: urllib3
1111
additionalProperties:
1212
licenseInfo: "MIT"

.openapi-generator/configs/gooddata-metadata-client.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ infoName: "GoodData (generated by OpenAPI Generator)"
66
infoEmail: "[email protected]"
77
projectName: gooddata-metadata-client
88
packageName: gooddata_metadata_client
9-
packageVersion: 1.2.0
9+
packageVersion: 1.3.0
1010
library: urllib3
1111
additionalProperties:
1212
licenseInfo: "MIT"

.openapi-generator/configs/gooddata-scan-client.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ infoName: "GoodData (generated by OpenAPI Generator)"
66
infoEmail: "[email protected]"
77
projectName: gooddata-scan-client
88
packageName: gooddata_scan_client
9-
packageVersion: 1.2.0
9+
packageVersion: 1.3.0
1010
library: urllib3
1111
additionalProperties:
1212
licenseInfo: "MIT"

gooddata-afm-client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

66
- API version: v0
7-
- Package version: 1.2.0
7+
- Package version: 1.3.0
88
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
99

1010
## Requirements.

gooddata-afm-client/gooddata_afm_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"""
1212

1313

14-
__version__ = "1.2.0"
14+
__version__ = "1.3.0"
1515

1616
# import ApiClient
1717
from gooddata_afm_client.api_client import ApiClient

gooddata-afm-client/gooddata_afm_client/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7777
self.default_headers[header_name] = header_value
7878
self.cookie = cookie
7979
# Set default User-Agent.
80-
self.user_agent = 'OpenAPI-Generator/1.2.0/python'
80+
self.user_agent = 'OpenAPI-Generator/1.3.0/python'
8181

8282
def __enter__(self):
8383
return self

gooddata-afm-client/gooddata_afm_client/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ def to_debug_report(self):
381381
"OS: {env}\n"\
382382
"Python Version: {pyversion}\n"\
383383
"Version of the API: v0\n"\
384-
"SDK Package Version: 1.2.0".\
384+
"SDK Package Version: 1.3.0".\
385385
format(env=sys.platform, pyversion=sys.version)
386386

387387
def get_host_settings(self):

gooddata-afm-client/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
long_description = (this_directory / "README.md").read_text(encoding="utf-8")
1717

1818
NAME = "gooddata-afm-client"
19-
VERSION = "1.2.0"
19+
VERSION = "1.3.0"
2020
# To install the library, run the following
2121
#
2222
# python setup.py install

gooddata-api-client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

66
- API version: v0
7-
- Package version: 1.2.0
7+
- Package version: 1.3.0
88
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
99

1010
## Requirements.

0 commit comments

Comments
 (0)