diff --git a/equinix/services/fabricv4/__init__.py b/equinix/services/fabricv4/__init__.py index 470b222a..715b9e84 100644 --- a/equinix/services/fabricv4/__init__.py +++ b/equinix/services/fabricv4/__init__.py @@ -14,7 +14,7 @@ """ # noqa: E501 -__version__ = "0.6.0" +__version__ = "0.7.0" # 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 6c3e9c5a..8aaa2c22 100644 --- a/equinix/services/fabricv4/api_client.py +++ b/equinix/services/fabricv4/api_client.py @@ -87,7 +87,7 @@ def __init__( self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'equinix-sdk-python/0.6.0' + self.user_agent = 'equinix-sdk-python/0.7.0' 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 ea47ca11..5761480d 100644 --- a/equinix/services/fabricv4/configuration.py +++ b/equinix/services/fabricv4/configuration.py @@ -379,7 +379,7 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: 4.18\n"\ - "SDK Package Version: 0.6.0".\ + "SDK Package Version: 0.7.0".\ 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 c43293ea..b14e8041 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.18 -- Package version: 0.6.0 +- Package version: 0.7.0 - Generator version: 7.4.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen For more information, please visit [https://docs.equinix.com/api-support.htm](https://docs.equinix.com/api-support.htm) diff --git a/equinix/services/metalv1/__init__.py b/equinix/services/metalv1/__init__.py index 2d971052..2979b79e 100644 --- a/equinix/services/metalv1/__init__.py +++ b/equinix/services/metalv1/__init__.py @@ -13,7 +13,7 @@ """ # noqa: E501 -__version__ = "0.6.0" +__version__ = "0.7.0" # import apis into sdk package from equinix.services.metalv1.api.authentication_api import AuthenticationApi diff --git a/equinix/services/metalv1/api_client.py b/equinix/services/metalv1/api_client.py index e0078687..c4da49ba 100644 --- a/equinix/services/metalv1/api_client.py +++ b/equinix/services/metalv1/api_client.py @@ -86,7 +86,7 @@ def __init__( self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'equinix-sdk-python/0.6.0' + self.user_agent = 'equinix-sdk-python/0.7.0' self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/equinix/services/metalv1/configuration.py b/equinix/services/metalv1/configuration.py index 3a8f375c..0de4640b 100644 --- a/equinix/services/metalv1/configuration.py +++ b/equinix/services/metalv1/configuration.py @@ -398,7 +398,7 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: 1.0.0\n"\ - "SDK Package Version: 0.6.0".\ + "SDK Package Version: 0.7.0".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/equinix/services/metalv1_README.md b/equinix/services/metalv1_README.md index 3baa0824..c9662f6c 100644 --- a/equinix/services/metalv1_README.md +++ b/equinix/services/metalv1_README.md @@ -4,7 +4,7 @@ The `equinix.services.metalv1` package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 1.0.0 -- Package version: 0.6.0 +- Package version: 0.7.0 - Generator version: 7.4.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen diff --git a/version b/version index 09a3acfa..bcaffe19 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.6.0 \ No newline at end of file +0.7.0 \ No newline at end of file