Skip to content

Commit

Permalink
Merge pull request #174 from hkad98/Release_1.2
Browse files Browse the repository at this point in the history
Bump to 1.2.0

Reviewed-by: https://github.com/pcerny
  • Loading branch information
gdgate committed Nov 16, 2022
2 parents da6a586 + 3099907 commit af6e971
Show file tree
Hide file tree
Showing 34 changed files with 64 additions and 37 deletions.
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: 1.1.0
packageVersion: 1.2.0
library: urllib3
additionalProperties:
licenseInfo: "MIT"
Expand Down
2 changes: 1 addition & 1 deletion .openapi-generator/configs/gooddata-api-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-api-client
packageName: gooddata_api_client
packageVersion: 1.1.0
packageVersion: 1.2.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: 1.1.0
packageVersion: 1.2.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: 1.1.0
packageVersion: 1.2.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: 1.1.0
- Package version: 1.2.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__ = "1.1.0"
__version__ = "1.2.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/1.1.0/python'
self.user_agent = 'OpenAPI-Generator/1.2.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: 1.1.0".\
"SDK Package Version: 1.2.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 = "1.1.0"
VERSION = "1.2.0"
# To install the library, run the following
#
# python setup.py install
Expand Down
2 changes: 1 addition & 1 deletion gooddata-api-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: 1.1.0
- Package version: 1.2.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen

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


__version__ = "1.1.0"
__version__ = "1.2.0"

# import ApiClient
from gooddata_api_client.api_client import ApiClient
Expand Down
2 changes: 1 addition & 1 deletion gooddata-api-client/gooddata_api_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/1.1.0/python'
self.user_agent = 'OpenAPI-Generator/1.2.0/python'

def __enter__(self):
return self
Expand Down
2 changes: 1 addition & 1 deletion gooddata-api-client/gooddata_api_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: 1.1.0".\
"SDK Package Version: 1.2.0".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
2 changes: 1 addition & 1 deletion gooddata-api-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-api-client"
VERSION = "1.1.0"
VERSION = "1.2.0"
# To install the library, run the following
#
# python setup.py install
Expand Down
3 changes: 3 additions & 0 deletions gooddata-fdw/docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ pallets-sphinx-themes
sphinx-rtd-theme
# Dependencies to the other projects in the repository
# CWD_TO_ROOT_RELATIVE defines path to root of repository - it can differ for tox and readthedocs builds
-e${CWD_TO_ROOT_RELATIVE}/gooddata-metadata-client
-e${CWD_TO_ROOT_RELATIVE}/gooddata-afm-client
-e${CWD_TO_ROOT_RELATIVE}/gooddata-scan-client
-e${CWD_TO_ROOT_RELATIVE}/gooddata-api-client
-e${CWD_TO_ROOT_RELATIVE}/gooddata-sdk
-e${CWD_TO_ROOT_RELATIVE}/gooddata-fdw
6 changes: 3 additions & 3 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~=1.1.0",
"gooddata-sdk~=1.2.0",
'importlib-metadata >= 1.0 ; python_version >= "3.7"',
# "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="1.1.0",
version="1.2.0",
author="GoodData",
author_email="support@gooddata.com",
license="MIT",
Expand All @@ -28,7 +28,7 @@
packages=find_packages(exclude=["tests*"]),
python_requires=">=3.7.0",
project_urls={
"Documentation": "https://gooddata-fdw.readthedocs.io/en/v1.1.0",
"Documentation": "https://gooddata-fdw.readthedocs.io/en/v1.2.0",
"Source": "https://github.com/gooddata/gooddata-python-sdk",
},
classifiers=[
Expand Down
6 changes: 6 additions & 0 deletions gooddata-fdw/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ envlist = py310, py39, py38, py37
[testenv]
deps =
-r{toxinidir}/test-requirements.txt
-e../gooddata-afm-client
-e../gooddata-metadata-client
-e../gooddata-scan-client
-e../gooddata-api-client
-e../gooddata-sdk
-e../tests-support
Expand All @@ -18,6 +21,9 @@ basepython = python3.10
skip_install = true
deps =
-r{toxinidir}/type-requirements.txt
-e../gooddata-afm-client
-e../gooddata-metadata-client
-e../gooddata-scan-client
-e../gooddata-api-client
-e../gooddata-sdk
-e../tests-support
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: 1.1.0
- Package version: 1.2.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__ = "1.1.0"
__version__ = "1.2.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/1.1.0/python'
self.user_agent = 'OpenAPI-Generator/1.2.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: 1.1.0".\
"SDK Package Version: 1.2.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 = "1.1.0"
VERSION = "1.2.0"
# To install the library, run the following
#
# python setup.py install
Expand Down
3 changes: 3 additions & 0 deletions gooddata-pandas/docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ pallets-sphinx-themes
sphinx-rtd-theme
# Dependencies to the other projects in the repository
# CWD_TO_ROOT_RELATIVE defines path to root of repository - it can differ for tox and readthedocs builds
-e${CWD_TO_ROOT_RELATIVE}/gooddata-metadata-client
-e${CWD_TO_ROOT_RELATIVE}/gooddata-afm-client
-e${CWD_TO_ROOT_RELATIVE}/gooddata-scan-client
-e${CWD_TO_ROOT_RELATIVE}/gooddata-api-client
-e${CWD_TO_ROOT_RELATIVE}/gooddata-sdk
-e${CWD_TO_ROOT_RELATIVE}/gooddata-pandas
6 changes: 3 additions & 3 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~=1.1.0",
"gooddata-sdk~=1.2.0",
"pandas>=1.0.0,<2.0.0",
'importlib-metadata >= 1.0 ; python_version >= "3.7"',
]
Expand All @@ -17,7 +17,7 @@
description="GoodData.CN to pandas",
long_description=long_description,
long_description_content_type="text/markdown",
version="1.1.0",
version="1.2.0",
author="GoodData",
author_email="support@gooddata.com",
license="MIT",
Expand All @@ -27,7 +27,7 @@
packages=find_packages(exclude=["tests*"]),
python_requires=">=3.7.0",
project_urls={
"Documentation": "https://gooddata-pandas.readthedocs.io/en/v1.1.0",
"Documentation": "https://gooddata-pandas.readthedocs.io/en/v1.2.0",
"Source": "https://github.com/gooddata/gooddata-python-sdk",
},
classifiers=[
Expand Down
6 changes: 6 additions & 0 deletions gooddata-pandas/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ envlist = py310, py39, py38, py37
[testenv]
deps =
-r{toxinidir}/test-requirements.txt
-e../gooddata-afm-client
-e../gooddata-metadata-client
-e../gooddata-scan-client
-e../gooddata-api-client
-e../gooddata-sdk
-e../tests-support
Expand All @@ -18,6 +21,9 @@ basepython = python3.10
skip_install = true
deps =
-r{toxinidir}/type-requirements.txt
-e../gooddata-afm-client
-e../gooddata-metadata-client
-e../gooddata-scan-client
-e../gooddata-api-client
-e../gooddata-sdk
commands =
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: 1.1.0
- Package version: 1.2.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__ = "1.1.0"
__version__ = "1.2.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/1.1.0/python'
self.user_agent = 'OpenAPI-Generator/1.2.0/python'

def __enter__(self):
return self
Expand Down
2 changes: 1 addition & 1 deletion gooddata-scan-client/gooddata_scan_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: 1.1.0".\
"SDK Package Version: 1.2.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 = "1.1.0"
VERSION = "1.2.0"
# To install the library, run the following
#
# python setup.py install
Expand Down
3 changes: 3 additions & 0 deletions gooddata-sdk/docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ pallets-sphinx-themes
sphinx-rtd-theme
# Dependencies to the other projects in the repository
# CWD_TO_ROOT_RELATIVE defines path to root of repository - it can differ for tox and readthedocs builds
-e${CWD_TO_ROOT_RELATIVE}/gooddata-metadata-client
-e${CWD_TO_ROOT_RELATIVE}/gooddata-afm-client
-e${CWD_TO_ROOT_RELATIVE}/gooddata-scan-client
-e${CWD_TO_ROOT_RELATIVE}/gooddata-api-client
-e${CWD_TO_ROOT_RELATIVE}/gooddata-sdk
12 changes: 6 additions & 6 deletions gooddata-sdk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
long_description = (this_directory / "README.md").read_text(encoding="utf-8")

REQUIRES = [
"gooddata-afm-client~=1.1.0",
"gooddata-metadata-client~=1.1.0",
"gooddata-scan-client~=1.1.0",
"gooddata-api-client~=1.1.0",
"gooddata-afm-client~=1.2.0",
"gooddata-metadata-client~=1.2.0",
"gooddata-scan-client~=1.2.0",
"gooddata-api-client~=1.2.0",
'importlib-metadata >= 1.0 ; python_version >= "3.7"',
"python-dateutil>=2.5.3",
"pyyaml>=5.1",
Expand All @@ -24,7 +24,7 @@
description="GoodData.CN Python SDK",
long_description=long_description,
long_description_content_type="text/markdown",
version="1.1.0",
version="1.2.0",
author="GoodData",
author_email="support@gooddata.com",
license="MIT",
Expand All @@ -34,7 +34,7 @@
packages=find_packages(exclude=["tests*"]),
python_requires=">=3.7.0",
project_urls={
"Documentation": "https://gooddata-sdk.readthedocs.io/en/v1.1.0",
"Documentation": "https://gooddata-sdk.readthedocs.io/en/v1.2.0",
"Source": "https://github.com/gooddata/gooddata-python-sdk",
},
classifiers=[
Expand Down
6 changes: 6 additions & 0 deletions gooddata-sdk/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ envlist = py310, py39, py38, py37
[testenv]
deps =
-r{toxinidir}/test-requirements.txt
-e../gooddata-afm-client
-e../gooddata-metadata-client
-e../gooddata-scan-client
-e../gooddata-api-client
-e../tests-support
setenv=
Expand All @@ -17,6 +20,9 @@ basepython = python3.10
skip_install = true
deps =
-r{toxinidir}/type-requirements.txt
-e../gooddata-afm-client
-e../gooddata-metadata-client
-e../gooddata-scan-client
-e../gooddata-api-client
commands =
mypy gooddata_sdk
Expand Down

0 comments on commit af6e971

Please sign in to comment.