From 347ff4d39055f0407f5b1294263424279f891e3e Mon Sep 17 00:00:00 2001 From: Michael Mattig Date: Tue, 16 Jul 2024 15:14:25 +0200 Subject: [PATCH] bump version --- .generation/config.ini | 6 +++--- python/README.md | 2 +- python/geoengine_openapi_client/__init__.py | 2 +- python/geoengine_openapi_client/api_client.py | 2 +- python/geoengine_openapi_client/configuration.py | 2 +- python/pyproject.toml | 2 +- python/setup.py | 2 +- typescript/README.md | 4 ++-- typescript/dist/esm/runtime.js | 2 +- typescript/dist/runtime.js | 2 +- typescript/package.json | 2 +- typescript/src/runtime.ts | 2 +- 12 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.generation/config.ini b/.generation/config.ini index a58919c5..ad83386a 100644 --- a/.generation/config.ini +++ b/.generation/config.ini @@ -1,14 +1,14 @@ [input] -backendTag = pro-nightly-2024-03-26 +backendTag = pro-nightly-2024-07-17 [general] githubUrl = https://github.com/geo-engine/openapi-client [python] name = geoengine_openapi_client -version = 0.0.9 +version = 0.0.10 [typescript] name = @geoengine/openapi-client -version = 0.0.9 +version = 0.0.10 diff --git a/python/README.md b/python/README.md index 9295ec0e..18af020f 100644 --- a/python/README.md +++ b/python/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: 0.8.0 -- Package version: 0.0.9 +- Package version: 0.0.10 - Build package: org.openapitools.codegen.languages.PythonClientCodegen ## Requirements. diff --git a/python/geoengine_openapi_client/__init__.py b/python/geoengine_openapi_client/__init__.py index 44c9c30a..1479f73c 100644 --- a/python/geoengine_openapi_client/__init__.py +++ b/python/geoengine_openapi_client/__init__.py @@ -15,7 +15,7 @@ """ # noqa: E501 -__version__ = "0.0.9" +__version__ = "0.0.10" # import apis into sdk package from geoengine_openapi_client.api.datasets_api import DatasetsApi diff --git a/python/geoengine_openapi_client/api_client.py b/python/geoengine_openapi_client/api_client.py index 4a91f8aa..696b04e9 100644 --- a/python/geoengine_openapi_client/api_client.py +++ b/python/geoengine_openapi_client/api_client.py @@ -76,7 +76,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 = 'geoengine/openapi-client/python/0.0.9' + self.user_agent = 'geoengine/openapi-client/python/0.0.10' self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/python/geoengine_openapi_client/configuration.py b/python/geoengine_openapi_client/configuration.py index 56c93af3..d6a2076b 100644 --- a/python/geoengine_openapi_client/configuration.py +++ b/python/geoengine_openapi_client/configuration.py @@ -378,7 +378,7 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: 0.8.0\n"\ - "SDK Package Version: 0.0.9".\ + "SDK Package Version: 0.0.10".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/python/pyproject.toml b/python/pyproject.toml index 5a720ce6..2453bb37 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "geoengine_openapi_client" -version = "0.0.9" +version = "0.0.10" description = "Geo Engine Pro API" authors = ["Geo Engine Developers "] license = "Apache-2.0" diff --git a/python/setup.py b/python/setup.py index ed74b797..4ef730f5 100644 --- a/python/setup.py +++ b/python/setup.py @@ -22,7 +22,7 @@ # prerequisite: setuptools # http://pypi.python.org/pypi/setuptools NAME = "geoengine-openapi-client" -VERSION = "0.0.9" +VERSION = "0.0.10" PYTHON_REQUIRES = ">=3.7" REQUIRES = [ "urllib3 >= 1.25.3, < 2.1.0", diff --git a/typescript/README.md b/typescript/README.md index 8fbc178b..4f48dfd8 100644 --- a/typescript/README.md +++ b/typescript/README.md @@ -1,4 +1,4 @@ -## @geoengine/openapi-client@0.0.9 +## @geoengine/openapi-client@0.0.10 This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments: @@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co _published:_ ``` -npm install @geoengine/openapi-client@0.0.9 --save +npm install @geoengine/openapi-client@0.0.10 --save ``` _unPublished (not recommended):_ diff --git a/typescript/dist/esm/runtime.js b/typescript/dist/esm/runtime.js index c24270e9..aafbb169 100644 --- a/typescript/dist/esm/runtime.js +++ b/typescript/dist/esm/runtime.js @@ -69,7 +69,7 @@ export class Configuration { } export const DefaultConfig = new Configuration({ headers: { - 'User-Agent': 'geoengine/openapi-client/typescript/0.0.9' + 'User-Agent': 'geoengine/openapi-client/typescript/0.0.10' } }); /** diff --git a/typescript/dist/runtime.js b/typescript/dist/runtime.js index ad39a06c..d2017d88 100644 --- a/typescript/dist/runtime.js +++ b/typescript/dist/runtime.js @@ -73,7 +73,7 @@ class Configuration { exports.Configuration = Configuration; exports.DefaultConfig = new Configuration({ headers: { - 'User-Agent': 'geoengine/openapi-client/typescript/0.0.9' + 'User-Agent': 'geoengine/openapi-client/typescript/0.0.10' } }); /** diff --git a/typescript/package.json b/typescript/package.json index a2937822..049a14bf 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@geoengine/openapi-client", - "version": "0.0.9", + "version": "0.0.10", "description": "OpenAPI client for @geoengine/openapi-client", "author": "OpenAPI-Generator", "repository": { diff --git a/typescript/src/runtime.ts b/typescript/src/runtime.ts index 70f38980..8f21c325 100644 --- a/typescript/src/runtime.ts +++ b/typescript/src/runtime.ts @@ -86,7 +86,7 @@ export class Configuration { export const DefaultConfig = new Configuration({ headers: { - 'User-Agent': 'geoengine/openapi-client/typescript/0.0.9' + 'User-Agent': 'geoengine/openapi-client/typescript/0.0.10' } });