Skip to content

Commit 8357535

Browse files
author
gdgate
authored
Merge pull request #408 from hkad98/Release_1.8
Bump to 1.8.0 Reviewed-by: Jan Kadlec https://github.com/hkad98
2 parents 857943b + 955976f commit 8357535

File tree

12 files changed

+19
-19
lines changed

12 files changed

+19
-19
lines changed

.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.7.0
9+
packageVersion: 1.8.0
1010
library: urllib3
1111
additionalProperties:
1212
licenseInfo: "MIT"

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.7.0
7+
- Package version: 1.8.0
88
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
99

1010
## Requirements.

gooddata-api-client/gooddata_api_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.7.0"
14+
__version__ = "1.8.0"
1515

1616
# import ApiClient
1717
from gooddata_api_client.api_client import ApiClient

gooddata-api-client/gooddata_api_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.7.0/python'
80+
self.user_agent = 'OpenAPI-Generator/1.8.0/python'
8181

8282
def __enter__(self):
8383
return self

gooddata-api-client/gooddata_api_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.7.0".\
384+
"SDK Package Version: 1.8.0".\
385385
format(env=sys.platform, pyversion=sys.version)
386386

387387
def get_host_settings(self):

gooddata-api-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-api-client"
19-
VERSION = "1.7.0"
19+
VERSION = "1.8.0"
2020
# To install the library, run the following
2121
#
2222
# python setup.py install

gooddata-dbt/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import find_packages, setup
33

44
REQUIRES = [
5-
"gooddata-sdk~=1.7.0",
5+
"gooddata-sdk~=1.8.0",
66
"pyyaml>=5.1",
77
"attrs==21.4.0",
88
"cattrs==22.1.0",
@@ -13,7 +13,7 @@
1313
setup(
1414
name="gooddata-dbt",
1515
description="dbt plugin for GoodData",
16-
version="1.7.0",
16+
version="1.8.0",
1717
author="GoodData",
1818
license="MIT",
1919
author_email="[email protected]",

gooddata-fdw/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
long_description = (this_directory / "README.md").read_text(encoding="utf-8")
88

99
REQUIRES = [
10-
"gooddata-sdk~=1.7.0",
10+
"gooddata-sdk~=1.8.0",
1111
# "multicorn>=1.4.0",
1212
]
1313

@@ -16,7 +16,7 @@
1616
description="GoodData.CN Foreign Data Wrapper For PostgreSQL",
1717
long_description=long_description,
1818
long_description_content_type="text/markdown",
19-
version="1.7.0",
19+
version="1.8.0",
2020
author="GoodData",
2121
author_email="[email protected]",
2222
license="MIT",
@@ -26,7 +26,7 @@
2626
packages=find_packages(exclude=["tests*"]),
2727
python_requires=">=3.8.0",
2828
project_urls={
29-
"Documentation": "https://gooddata-fdw.readthedocs.io/en/v1.7.0",
29+
"Documentation": "https://gooddata-fdw.readthedocs.io/en/v1.8.0",
3030
"Source": "https://github.com/gooddata/gooddata-python-sdk",
3131
},
3232
classifiers=[

gooddata-pandas/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
long_description = (this_directory / "README.md").read_text(encoding="utf-8")
88

99
REQUIRES = [
10-
"gooddata-sdk~=1.7.0",
10+
"gooddata-sdk~=1.8.0",
1111
"pandas>=1.0.0,<2.0.0",
1212
]
1313

@@ -16,7 +16,7 @@
1616
description="GoodData.CN to pandas",
1717
long_description=long_description,
1818
long_description_content_type="text/markdown",
19-
version="1.7.0",
19+
version="1.8.0",
2020
author="GoodData",
2121
author_email="[email protected]",
2222
license="MIT",
@@ -26,7 +26,7 @@
2626
packages=find_packages(exclude=["tests*"]),
2727
python_requires=">=3.8.0",
2828
project_urls={
29-
"Documentation": "https://gooddata-pandas.readthedocs.io/en/v1.7.0",
29+
"Documentation": "https://gooddata-pandas.readthedocs.io/en/v1.8.0",
3030
"Source": "https://github.com/gooddata/gooddata-python-sdk",
3131
},
3232
classifiers=[

gooddata-sdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ At the moment the SDK provides services to inspect and interact with the Semanti
1313
* Compute Service
1414
* Table Service
1515

16-
See [DOCUMENTATION](https://www.gooddata.com/docs/python-sdk/1.7.0) for more details.
16+
See [DOCUMENTATION](https://www.gooddata.com/docs/python-sdk/1.8.0) for more details.
1717

1818
## Requirements
1919

0 commit comments

Comments
 (0)