From 3dbd59c6b11e217f798d6e5ac90ab8cabefb708a Mon Sep 17 00:00:00 2001 From: "equinix-labs@auto-commit-workflow" Date: Tue, 23 Jul 2024 14:04:26 +0000 Subject: [PATCH] ci: regenerate code for version 0.2.1 triggered by @ctreatma --- equinix/services/fabricv4/__init__.py | 2 +- equinix/services/fabricv4/api_client.py | 2 +- equinix/services/fabricv4/configuration.py | 2 +- equinix/services/fabricv4_README.md | 2 +- version | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/equinix/services/fabricv4/__init__.py b/equinix/services/fabricv4/__init__.py index 959814aa..83c046bb 100644 --- a/equinix/services/fabricv4/__init__.py +++ b/equinix/services/fabricv4/__init__.py @@ -15,7 +15,7 @@ """ # noqa: E501 -__version__ = "0.2.0" +__version__ = "0.2.1" # import apis into sdk package from equinix.services.fabricv4.api.cloud_routers_api import CloudRoutersApi diff --git a/equinix/services/fabricv4/api_client.py b/equinix/services/fabricv4/api_client.py index 7717decc..c752dfd2 100644 --- a/equinix/services/fabricv4/api_client.py +++ b/equinix/services/fabricv4/api_client.py @@ -88,7 +88,7 @@ def __init__( self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'equinix-sdk-python/0.2.0' + self.user_agent = 'equinix-sdk-python/0.2.1' self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/equinix/services/fabricv4/configuration.py b/equinix/services/fabricv4/configuration.py index 31e693ff..92a0eb7d 100644 --- a/equinix/services/fabricv4/configuration.py +++ b/equinix/services/fabricv4/configuration.py @@ -380,7 +380,7 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: 4.14\n"\ - "SDK Package Version: 0.2.0".\ + "SDK Package Version: 0.2.1".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/equinix/services/fabricv4_README.md b/equinix/services/fabricv4_README.md index fca69454..565d7f76 100644 --- a/equinix/services/fabricv4_README.md +++ b/equinix/services/fabricv4_README.md @@ -4,7 +4,7 @@ Equinix Fabric is an advanced software-defined interconnection solution that ena The `equinix.services.fabricv4` package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 4.14 -- Package version: 0.2.0 +- Package version: 0.2.1 - Generator version: 7.4.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen For more information, please visit [https://equinix.com/about/](https://equinix.com/about/) diff --git a/version b/version index 341cf11f..7dff5b89 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.2.0 \ No newline at end of file +0.2.1 \ No newline at end of file