From 61302b3485f95937226978490bc0ed6900c53dfa Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 29 Nov 2024 09:48:56 +0000 Subject: [PATCH] Bump to 1.32.1 --- .openapi-generator/configs/gooddata-api-client.yaml | 2 +- docs/layouts/index.redir | 1 + 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-flexconnect/setup.py | 8 ++++---- gooddata-flight-server/setup.py | 4 ++-- gooddata-pandas/setup.py | 6 +++--- gooddata-sdk/README.md | 2 +- gooddata-sdk/setup.py | 6 +++--- pyproject.toml | 2 +- 15 files changed, 26 insertions(+), 25 deletions(-) diff --git a/.openapi-generator/configs/gooddata-api-client.yaml b/.openapi-generator/configs/gooddata-api-client.yaml index 5dbb1b27d..5a2c8c7ed 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.32.0 +packageVersion: 1.32.1 library: urllib3 additionalProperties: licenseInfo: "MIT" diff --git a/docs/layouts/index.redir b/docs/layouts/index.redir index f6513a893..bcb8f8c00 100644 --- a/docs/layouts/index.redir +++ b/docs/layouts/index.redir @@ -2,6 +2,7 @@ / {{ .Site.BaseURL }}/latest/ 301! /docs/ {{ .Site.BaseURL }}/latest/ 301! /1.32/ {{ .Site.BaseURL }}/latest 301! +/1.32.1/ {{ .Site.BaseURL }}/latest 301! /1.32.0/ {{ .Site.BaseURL }}/latest 301! /1.31.0/ {{ .Site.BaseURL }}/1.31 301! /1.30.0/ {{ .Site.BaseURL }}/1.30 301! diff --git a/gooddata-api-client/README.md b/gooddata-api-client/README.md index 4e403c2e5..defa5fe9f 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.32.0 +- Package version: 1.32.1 - 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 abe172ddb..73dc715da 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.32.0" +__version__ = "1.32.1" # 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 fba8cc275..f00f5181e 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.32.0/python' + self.user_agent = 'OpenAPI-Generator/1.32.1/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 87f9e3391..322166d65 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.32.0".\ + "SDK Package Version: 1.32.1".\ 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 8ecac0a90..573b21195 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.32.0" +VERSION = "1.32.1" # To install the library, run the following # # python setup.py install diff --git a/gooddata-dbt/setup.py b/gooddata-dbt/setup.py index 7652bb9a1..2c07708a1 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.32.0", + "gooddata-sdk~=1.32.1", "pyyaml>=5.1", "attrs>=21.4.0,<=24.2.0", "cattrs>=22.1.0,<=24.1.1", @@ -20,7 +20,7 @@ description="dbt plugin for GoodData", long_description=long_description, long_description_content_type="text/markdown", - version="1.32.0", + version="1.32.1", author="GoodData", author_email="support@gooddata.com", license="MIT", diff --git a/gooddata-fdw/setup.py b/gooddata-fdw/setup.py index 5c28200a9..a0ae16445 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.32.0", + "gooddata-sdk~=1.32.1", # "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.32.0", + version="1.32.1", author="GoodData", author_email="support@gooddata.com", license="MIT", @@ -26,7 +26,7 @@ packages=find_packages(exclude=["tests*"]), python_requires=">=3.9.0", project_urls={ - "Documentation": "https://gooddata-fdw.readthedocs.io/en/v1.32.0", + "Documentation": "https://gooddata-fdw.readthedocs.io/en/v1.32.1", "Source": "https://github.com/gooddata/gooddata-python-sdk", }, classifiers=[ diff --git a/gooddata-flexconnect/setup.py b/gooddata-flexconnect/setup.py index 8b1289fb3..579f5b4b5 100644 --- a/gooddata-flexconnect/setup.py +++ b/gooddata-flexconnect/setup.py @@ -8,8 +8,8 @@ REQUIRES = [ "dynaconf>=3.1.11,<4.0.0", - "gooddata-flight-server~=1.32.0", - "gooddata-sdk~=1.32.0", + "gooddata-flight-server~=1.32.1", + "gooddata-sdk~=1.32.1", "orjson>=3.9.15,<4.0.0", "pyarrow>=16.1.0", "structlog>=24.0.0,<25.0.0", @@ -20,7 +20,7 @@ description="Build your own data source for GoodData Cloud and GoodData Cloud Native.", long_description=long_description, long_description_content_type="text/markdown", - version="1.32.0", + version="1.32.1", author="GoodData", author_email="support@gooddata.com", license="MIT", @@ -31,7 +31,7 @@ include_package_data=True, python_requires=">=3.9.0", project_urls={ - "Documentation": "https://gooddata-flexconnect.readthedocs.io/en/v1.32.0", + "Documentation": "https://gooddata-flexconnect.readthedocs.io/en/v1.32.1", "Source": "https://github.com/gooddata/gooddata-python-sdk", }, classifiers=[ diff --git a/gooddata-flight-server/setup.py b/gooddata-flight-server/setup.py index 607617975..57dfa4a97 100644 --- a/gooddata-flight-server/setup.py +++ b/gooddata-flight-server/setup.py @@ -22,7 +22,7 @@ description="Flight RPC server to host custom functions", long_description=long_description, long_description_content_type="text/markdown", - version="1.32.0", + version="1.32.1", author="GoodData", author_email="support@gooddata.com", license="MIT", @@ -33,7 +33,7 @@ include_package_data=True, python_requires=">=3.9.0", project_urls={ - "Documentation": "https://gooddata-flight-server.readthedocs.io/en/v1.32.0", + "Documentation": "https://gooddata-flight-server.readthedocs.io/en/v1.32.1", "Source": "https://github.com/gooddata/gooddata-python-sdk", }, scripts=[ diff --git a/gooddata-pandas/setup.py b/gooddata-pandas/setup.py index 0669475c2..2a1bb3903 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.32.0", + "gooddata-sdk~=1.32.1", "pandas>=2.0.0,<3.0.0", ] @@ -16,7 +16,7 @@ description="GoodData Cloud to pandas", long_description=long_description, long_description_content_type="text/markdown", - version="1.32.0", + version="1.32.1", author="GoodData", author_email="support@gooddata.com", license="MIT", @@ -26,7 +26,7 @@ packages=find_packages(exclude=["tests*"]), python_requires=">=3.9.0", project_urls={ - "Documentation": "https://gooddata-pandas.readthedocs.io/en/v1.32.0", + "Documentation": "https://gooddata-pandas.readthedocs.io/en/v1.32.1", "Source": "https://github.com/gooddata/gooddata-python-sdk", }, classifiers=[ diff --git a/gooddata-sdk/README.md b/gooddata-sdk/README.md index 8d77262a7..d626d73db 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.32.0) for more details. +See [DOCUMENTATION](https://www.gooddata.com/docs/python-sdk/1.32.1) for more details. ## Requirements diff --git a/gooddata-sdk/setup.py b/gooddata-sdk/setup.py index 06a1688d3..d53f33d4a 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.32.0", + "gooddata-api-client~=1.32.1", "python-dateutil>=2.5.3", "pyyaml>=5.1", "attrs>=21.4.0,<=24.2.0", @@ -22,7 +22,7 @@ description="GoodData Cloud Python SDK", long_description=long_description, long_description_content_type="text/markdown", - version="1.32.0", + version="1.32.1", author="GoodData", author_email="support@gooddata.com", license="MIT", @@ -36,7 +36,7 @@ "bin/gdc", ], project_urls={ - "Documentation": "https://www.gooddata.com/docs/python-sdk/1.32.0", + "Documentation": "https://www.gooddata.com/docs/python-sdk/1.32.1", "Source": "https://github.com/gooddata/gooddata-python-sdk", }, classifiers=[ diff --git a/pyproject.toml b/pyproject.toml index d643f66cb..4c3144230 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ exclude = ['(gooddata-api-client|.*\.snapshot\..*)'] # github_url = "https://github.com///" [tool.tbump.version] -current = "1.32.0" +current = "1.32.1" regex = ''' (?P\d+) \.