Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .openapi-generator/configs/gooddata-afm-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ infoName: "GoodData (generated by OpenAPI Generator)"
infoEmail: "support@gooddata.com"
projectName: gooddata-afm-client
packageName: gooddata_afm_client
packageVersion: 0.7.0
packageVersion: 0.8.0
library: urllib3
additionalProperties:
licenseInfo: "MIT"
Expand Down
2 changes: 1 addition & 1 deletion .openapi-generator/configs/gooddata-metadata-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ infoName: "GoodData (generated by OpenAPI Generator)"
infoEmail: "support@gooddata.com"
projectName: gooddata-metadata-client
packageName: gooddata_metadata_client
packageVersion: 0.7.0
packageVersion: 0.8.0
library: urllib3
additionalProperties:
licenseInfo: "MIT"
Expand Down
2 changes: 1 addition & 1 deletion .openapi-generator/configs/gooddata-scan-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ infoName: "GoodData (generated by OpenAPI Generator)"
infoEmail: "support@gooddata.com"
projectName: gooddata-scan-client
packageName: gooddata_scan_client
packageVersion: 0.7.0
packageVersion: 0.8.0
library: urllib3
additionalProperties:
licenseInfo: "MIT"
Expand Down
2 changes: 1 addition & 1 deletion gooddata-afm-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: v0
- Package version: 0.7.0
- Package version: 0.8.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen

## Requirements.
Expand Down
2 changes: 1 addition & 1 deletion gooddata-afm-client/gooddata_afm_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"""


__version__ = "0.7.0"
__version__ = "0.8.0"

# import ApiClient
from gooddata_afm_client.api_client import ApiClient
Expand Down
2 changes: 1 addition & 1 deletion gooddata-afm-client/gooddata_afm_client/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'OpenAPI-Generator/0.7.0/python'
self.user_agent = 'OpenAPI-Generator/0.8.0/python'

def __enter__(self):
return self
Expand Down
2 changes: 1 addition & 1 deletion gooddata-afm-client/gooddata_afm_client/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: v0\n"\
"SDK Package Version: 0.7.0".\
"SDK Package Version: 0.8.0".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
2 changes: 1 addition & 1 deletion gooddata-afm-client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
long_description = (this_directory / "README.md").read_text(encoding="utf-8")

NAME = "gooddata-afm-client"
VERSION = "0.7.0"
VERSION = "0.8.0"
# To install the library, run the following
#
# python setup.py install
Expand Down
4 changes: 2 additions & 2 deletions gooddata-fdw/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
long_description = (this_directory / "README.md").read_text(encoding="utf-8")

REQUIRES = [
"gooddata-sdk~=0.7.0",
"gooddata-sdk~=0.8.0",
'importlib-metadata >= 1.0 ; python_version < "3.8"',
# "multicorn>=1.4.0",
]
Expand All @@ -18,7 +18,7 @@
description="GoodData.CN Foreign Data Wrapper For PostgreSQL",
long_description=long_description,
long_description_content_type="text/markdown",
version="0.7.0",
version="0.8.0",
author="GoodData",
author_email="support@gooddata.com",
license="MIT",
Expand Down
2 changes: 1 addition & 1 deletion gooddata-metadata-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: v0
- Package version: 0.7.0
- Package version: 0.8.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen

## Requirements.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"""


__version__ = "0.7.0"
__version__ = "0.8.0"

# import ApiClient
from gooddata_metadata_client.api_client import ApiClient
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'OpenAPI-Generator/0.7.0/python'
self.user_agent = 'OpenAPI-Generator/0.8.0/python'

def __enter__(self):
return self
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: v0\n"\
"SDK Package Version: 0.7.0".\
"SDK Package Version: 0.8.0".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
2 changes: 1 addition & 1 deletion gooddata-metadata-client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
long_description = (this_directory / "README.md").read_text(encoding="utf-8")

NAME = "gooddata-metadata-client"
VERSION = "0.7.0"
VERSION = "0.8.0"
# To install the library, run the following
#
# python setup.py install
Expand Down
4 changes: 2 additions & 2 deletions gooddata-pandas/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
long_description = (this_directory / "README.md").read_text(encoding="utf-8")

REQUIRES = [
"gooddata-sdk~=0.7.0",
"gooddata-sdk~=0.8.0",
"pandas",
'importlib-metadata >= 1.0 ; python_version < "3.8"',
]
Expand All @@ -18,7 +18,7 @@
description="GoodData.CN to pandas",
long_description=long_description,
long_description_content_type="text/markdown",
version="0.7.0",
version="0.8.0",
author="GoodData",
author_email="support@gooddata.com",
license="MIT",
Expand Down
2 changes: 1 addition & 1 deletion gooddata-scan-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: v0
- Package version: 0.7.0
- Package version: 0.8.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen

## Requirements.
Expand Down
2 changes: 1 addition & 1 deletion gooddata-scan-client/gooddata_scan_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"""


__version__ = "0.7.0"
__version__ = "0.8.0"

# import ApiClient
from gooddata_scan_client.api_client import ApiClient
Expand Down
2 changes: 1 addition & 1 deletion gooddata-scan-client/gooddata_scan_client/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'OpenAPI-Generator/0.7.0/python'
self.user_agent = 'OpenAPI-Generator/0.8.0/python'

def __enter__(self):
return self
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: v0\n"\
"SDK Package Version: 0.7.0".\
"SDK Package Version: 0.8.0".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
2 changes: 1 addition & 1 deletion gooddata-scan-client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
long_description = (this_directory / "README.md").read_text(encoding="utf-8")

NAME = "gooddata-scan-client"
VERSION = "0.7.0"
VERSION = "0.8.0"
# To install the library, run the following
#
# python setup.py install
Expand Down
8 changes: 4 additions & 4 deletions gooddata-sdk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
long_description = (this_directory / "README.md").read_text(encoding="utf-8")

REQUIRES = [
"gooddata-afm-client~=0.7.0",
"gooddata-metadata-client~=0.7.0",
"gooddata-scan-client~=0.7.0",
"gooddata-afm-client~=0.8.0",
"gooddata-metadata-client~=0.8.0",
"gooddata-scan-client~=0.8.0",
'importlib-metadata >= 1.0 ; python_version < "3.8"',
"python-dateutil>=2.5.3",
"pyyaml==6.0",
Expand All @@ -21,7 +21,7 @@
description="GoodData.CN Python SDK",
long_description=long_description,
long_description_content_type="text/markdown",
version="0.7.0",
version="0.8.0",
author="GoodData",
author_email="support@gooddata.com",
license="MIT",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ src_paths = [
# github_url = "https://github.com/<user or organization>/<project>/"

[tool.tbump.version]
current = "0.7.0"
current = "0.8.0"
regex = '''
(?P<major>\d+)
\.
Expand Down