From 11ee3ecbcd7c1fa8492869a27394366be58ef8d3 Mon Sep 17 00:00:00 2001 From: hkad98 Date: Thu, 22 Feb 2024 12:16:08 +0000 Subject: [PATCH] Bump to 1.14.0 --- .openapi-generator/configs/gooddata-api-client.yaml | 2 +- docs/config/production/params.toml | 6 +++++- docs/layouts/index.redir | 5 +++-- gooddata-api-client/README.md | 2 +- gooddata-api-client/gooddata_api_client/__init__.py | 2 +- gooddata-api-client/gooddata_api_client/api_client.py | 2 +- gooddata-api-client/gooddata_api_client/configuration.py | 2 +- gooddata-api-client/setup.py | 2 +- gooddata-dbt/setup.py | 4 ++-- gooddata-fdw/setup.py | 6 +++--- gooddata-pandas/setup.py | 6 +++--- gooddata-sdk/README.md | 2 +- gooddata-sdk/setup.py | 6 +++--- pyproject.toml | 2 +- 14 files changed, 27 insertions(+), 22 deletions(-) diff --git a/.openapi-generator/configs/gooddata-api-client.yaml b/.openapi-generator/configs/gooddata-api-client.yaml index c7287fe71..b6bc6a661 100644 --- a/.openapi-generator/configs/gooddata-api-client.yaml +++ b/.openapi-generator/configs/gooddata-api-client.yaml @@ -6,7 +6,7 @@ infoName: "GoodData (generated by OpenAPI Generator)" infoEmail: "support@gooddata.com" projectName: gooddata-api-client packageName: gooddata_api_client -packageVersion: 1.13.0 +packageVersion: 1.14.0 library: urllib3 additionalProperties: licenseInfo: "MIT" diff --git a/docs/config/production/params.toml b/docs/config/production/params.toml index 5da3a4d48..39d41a575 100644 --- a/docs/config/production/params.toml +++ b/docs/config/production/params.toml @@ -12,10 +12,14 @@ dirpath = "dev" url = "/dev/" sitemapExclude = true [[versions]] -version = "1.13" +version = "1.14" dirpath = "latest" url = "/latest/" [[versions]] +version = "1.13" +dirpath = "1.13" +url = "/1.13/" +[[versions]] version = "1.12" dirpath = "1.12" url = "/1.12/" diff --git a/docs/layouts/index.redir b/docs/layouts/index.redir index 39f4029d7..5e0274dc5 100644 --- a/docs/layouts/index.redir +++ b/docs/layouts/index.redir @@ -1,8 +1,9 @@ # Redirect homepage to the latest version / {{ .Site.BaseURL }}/latest/ 301! /docs/ {{ .Site.BaseURL }}/latest/ 301! -/1.13/ {{ .Site.BaseURL }}/latest 301! -/1.13.0/ {{ .Site.BaseURL }}/latest 301! +/1.14/ {{ .Site.BaseURL }}/latest 301! +/1.14.0/ {{ .Site.BaseURL }}/latest 301! +/1.13.0/ {{ .Site.BaseURL }}/1.13 301! /1.12.0/ {{ .Site.BaseURL }}/1.12 301! /1.11.0/ {{ .Site.BaseURL }}/1.11 301! /1.10.0/ {{ .Site.BaseURL }}/1.10 301! diff --git a/gooddata-api-client/README.md b/gooddata-api-client/README.md index fbcde2bb6..8033deb6f 100644 --- a/gooddata-api-client/README.md +++ b/gooddata-api-client/README.md @@ -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.13.0 +- Package version: 1.14.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen ## Requirements. diff --git a/gooddata-api-client/gooddata_api_client/__init__.py b/gooddata-api-client/gooddata_api_client/__init__.py index 8386eb62e..f5fc33e4e 100644 --- a/gooddata-api-client/gooddata_api_client/__init__.py +++ b/gooddata-api-client/gooddata_api_client/__init__.py @@ -11,7 +11,7 @@ """ -__version__ = "1.13.0" +__version__ = "1.14.0" # import ApiClient from gooddata_api_client.api_client import ApiClient diff --git a/gooddata-api-client/gooddata_api_client/api_client.py b/gooddata-api-client/gooddata_api_client/api_client.py index 547765f50..4018c43fe 100644 --- a/gooddata-api-client/gooddata_api_client/api_client.py +++ b/gooddata-api-client/gooddata_api_client/api_client.py @@ -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.13.0/python' + self.user_agent = 'OpenAPI-Generator/1.14.0/python' def __enter__(self): return self diff --git a/gooddata-api-client/gooddata_api_client/configuration.py b/gooddata-api-client/gooddata_api_client/configuration.py index 35215a70e..bddb251be 100644 --- a/gooddata-api-client/gooddata_api_client/configuration.py +++ b/gooddata-api-client/gooddata_api_client/configuration.py @@ -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.13.0".\ + "SDK Package Version: 1.14.0".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/gooddata-api-client/setup.py b/gooddata-api-client/setup.py index 0840942dd..0cecfd4de 100644 --- a/gooddata-api-client/setup.py +++ b/gooddata-api-client/setup.py @@ -16,7 +16,7 @@ long_description = (this_directory / "README.md").read_text(encoding="utf-8") NAME = "gooddata-api-client" -VERSION = "1.13.0" +VERSION = "1.14.0" # To install the library, run the following # # python setup.py install diff --git a/gooddata-dbt/setup.py b/gooddata-dbt/setup.py index 06691ffe6..57b2f548c 100644 --- a/gooddata-dbt/setup.py +++ b/gooddata-dbt/setup.py @@ -7,7 +7,7 @@ long_description = (this_directory / "README.md").read_text(encoding="utf-8") REQUIRES = [ - "gooddata-sdk~=1.13.0", + "gooddata-sdk~=1.14.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.13.0", + version="1.14.0", author="GoodData", author_email="support@gooddata.com", license="MIT", diff --git a/gooddata-fdw/setup.py b/gooddata-fdw/setup.py index bb0f45f3a..825d70ef3 100644 --- a/gooddata-fdw/setup.py +++ b/gooddata-fdw/setup.py @@ -7,7 +7,7 @@ long_description = (this_directory / "README.md").read_text(encoding="utf-8") REQUIRES = [ - "gooddata-sdk~=1.13.0", + "gooddata-sdk~=1.14.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.13.0", + version="1.14.0", author="GoodData", author_email="support@gooddata.com", 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.13.0", + "Documentation": "https://gooddata-fdw.readthedocs.io/en/v1.14.0", "Source": "https://github.com/gooddata/gooddata-python-sdk", }, classifiers=[ diff --git a/gooddata-pandas/setup.py b/gooddata-pandas/setup.py index d51727003..5b63b160a 100644 --- a/gooddata-pandas/setup.py +++ b/gooddata-pandas/setup.py @@ -7,7 +7,7 @@ long_description = (this_directory / "README.md").read_text(encoding="utf-8") REQUIRES = [ - "gooddata-sdk~=1.13.0", + "gooddata-sdk~=1.14.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.13.0", + version="1.14.0", author="GoodData", author_email="support@gooddata.com", 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.13.0", + "Documentation": "https://gooddata-pandas.readthedocs.io/en/v1.14.0", "Source": "https://github.com/gooddata/gooddata-python-sdk", }, classifiers=[ diff --git a/gooddata-sdk/README.md b/gooddata-sdk/README.md index 8e1615a9f..19a934f92 100644 --- a/gooddata-sdk/README.md +++ b/gooddata-sdk/README.md @@ -13,7 +13,7 @@ At the moment the SDK provides services to inspect and interact with the Semanti * Compute Service * Table Service -See [DOCUMENTATION](https://www.gooddata.com/docs/python-sdk/1.13.0) for more details. +See [DOCUMENTATION](https://www.gooddata.com/docs/python-sdk/1.14.0) for more details. ## Requirements diff --git a/gooddata-sdk/setup.py b/gooddata-sdk/setup.py index 4e8131677..1ee2393ec 100644 --- a/gooddata-sdk/setup.py +++ b/gooddata-sdk/setup.py @@ -7,7 +7,7 @@ long_description = (this_directory / "README.md").read_text(encoding="utf-8") REQUIRES = [ - "gooddata-api-client~=1.13.0", + "gooddata-api-client~=1.14.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.13.0", + version="1.14.0", author="GoodData", author_email="support@gooddata.com", 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.13.0", + "Documentation": "https://www.gooddata.com/docs/python-sdk/1.14.0", "Source": "https://github.com/gooddata/gooddata-python-sdk", }, classifiers=[ diff --git a/pyproject.toml b/pyproject.toml index b002cbf68..f45ad84ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ src_paths = [ # github_url = "https://github.com///" [tool.tbump.version] -current = "1.13.0" +current = "1.14.0" regex = ''' (?P\d+) \.