-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #577 from gooddata/release/1.15.0
[bot] bump to 1.15.0 Reviewed-by: https://github.com/yenkins-admin
- Loading branch information
Showing
14 changed files
with
27 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ infoName: "GoodData (generated by OpenAPI Generator)" | |
infoEmail: "[email protected]" | ||
projectName: gooddata-api-client | ||
packageName: gooddata_api_client | ||
packageVersion: 1.14.0 | ||
packageVersion: 1.15.0 | ||
library: urllib3 | ||
additionalProperties: | ||
licenseInfo: "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
long_description = (this_directory / "README.md").read_text(encoding="utf-8") | ||
|
||
REQUIRES = [ | ||
"gooddata-sdk~=1.14.0", | ||
"gooddata-sdk~=1.15.0", | ||
"pyyaml>=5.1", | ||
"attrs>=21.4.0,<=23.2.0", | ||
"cattrs>=22.1.0,<=23.2.3", | ||
|
@@ -20,7 +20,7 @@ | |
description="dbt plugin for GoodData", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
version="1.14.0", | ||
version="1.15.0", | ||
author="GoodData", | ||
author_email="[email protected]", | ||
license="MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
long_description = (this_directory / "README.md").read_text(encoding="utf-8") | ||
|
||
REQUIRES = [ | ||
"gooddata-sdk~=1.14.0", | ||
"gooddata-sdk~=1.15.0", | ||
# "multicorn>=1.4.0", | ||
] | ||
|
||
|
@@ -16,7 +16,7 @@ | |
description="GoodData Cloud Foreign Data Wrapper For PostgreSQL", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
version="1.14.0", | ||
version="1.15.0", | ||
author="GoodData", | ||
author_email="[email protected]", | ||
license="MIT", | ||
|
@@ -26,7 +26,7 @@ | |
packages=find_packages(exclude=["tests*"]), | ||
python_requires=">=3.8.0", | ||
project_urls={ | ||
"Documentation": "https://gooddata-fdw.readthedocs.io/en/v1.14.0", | ||
"Documentation": "https://gooddata-fdw.readthedocs.io/en/v1.15.0", | ||
"Source": "https://github.com/gooddata/gooddata-python-sdk", | ||
}, | ||
classifiers=[ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
long_description = (this_directory / "README.md").read_text(encoding="utf-8") | ||
|
||
REQUIRES = [ | ||
"gooddata-sdk~=1.14.0", | ||
"gooddata-sdk~=1.15.0", | ||
"pandas>=1.0.0,<2.0.0", | ||
] | ||
|
||
|
@@ -16,7 +16,7 @@ | |
description="GoodData Cloud to pandas", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
version="1.14.0", | ||
version="1.15.0", | ||
author="GoodData", | ||
author_email="[email protected]", | ||
license="MIT", | ||
|
@@ -26,7 +26,7 @@ | |
packages=find_packages(exclude=["tests*"]), | ||
python_requires=">=3.8.0", | ||
project_urls={ | ||
"Documentation": "https://gooddata-pandas.readthedocs.io/en/v1.14.0", | ||
"Documentation": "https://gooddata-pandas.readthedocs.io/en/v1.15.0", | ||
"Source": "https://github.com/gooddata/gooddata-python-sdk", | ||
}, | ||
classifiers=[ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
long_description = (this_directory / "README.md").read_text(encoding="utf-8") | ||
|
||
REQUIRES = [ | ||
"gooddata-api-client~=1.14.0", | ||
"gooddata-api-client~=1.15.0", | ||
"python-dateutil>=2.5.3", | ||
"pyyaml>=5.1", | ||
"attrs>=21.4.0,<=23.2.0", | ||
|
@@ -20,7 +20,7 @@ | |
description="GoodData Cloud Python SDK", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
version="1.14.0", | ||
version="1.15.0", | ||
author="GoodData", | ||
author_email="[email protected]", | ||
license="MIT", | ||
|
@@ -30,7 +30,7 @@ | |
packages=find_packages(exclude=["tests*"]), | ||
python_requires=">=3.8.0", | ||
project_urls={ | ||
"Documentation": "https://www.gooddata.com/docs/python-sdk/1.14.0", | ||
"Documentation": "https://www.gooddata.com/docs/python-sdk/1.15.0", | ||
"Source": "https://github.com/gooddata/gooddata-python-sdk", | ||
}, | ||
classifiers=[ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters