diff --git a/Makefile b/Makefile index 392b2ed9..4191d5a7 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PACKAGE_VERSION=0.3.0 +PACKAGE_VERSION=0.4.0 SPEC_PATCHED_FILE=./metal_openapi.fixed.yaml OPENAPI_CODEGEN_TAG=v7.0.0 diff --git a/equinix_metal/README.md b/equinix_metal/README.md index 39a484ee..409b9d53 100644 --- a/equinix_metal/README.md +++ b/equinix_metal/README.md @@ -85,7 +85,7 @@ To exclude resources, and optimize response delivery, use the `exclude` query pa This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 1.0.0 -- Package version: 0.3.0 +- Package version: 0.4.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen ## Requirements. diff --git a/equinix_metal/equinix_metal/__init__.py b/equinix_metal/equinix_metal/__init__.py index 5ec45cbf..be7eb57f 100644 --- a/equinix_metal/equinix_metal/__init__.py +++ b/equinix_metal/equinix_metal/__init__.py @@ -15,7 +15,7 @@ """ # noqa: E501 -__version__ = "0.3.0" +__version__ = "0.4.0" # import apis into sdk package from equinix_metal.api.authentication_api import AuthenticationApi diff --git a/equinix_metal/equinix_metal/api_client.py b/equinix_metal/equinix_metal/api_client.py index f5c399be..8fd6a76e 100644 --- a/equinix_metal/equinix_metal/api_client.py +++ b/equinix_metal/equinix_metal/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 = 'metal-python/0.3.0' + self.user_agent = 'metal-python/0.4.0' self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/equinix_metal/equinix_metal/configuration.py b/equinix_metal/equinix_metal/configuration.py index 4a590564..875cf8c3 100644 --- a/equinix_metal/equinix_metal/configuration.py +++ b/equinix_metal/equinix_metal/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.3.0".\ + "SDK Package Version: 0.4.0".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/equinix_metal/pyproject.toml b/equinix_metal/pyproject.toml index ed98d814..5d55a086 100644 --- a/equinix_metal/pyproject.toml +++ b/equinix_metal/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "equinix_metal" -version = "0.3.0" +version = "0.4.0" description = "Metal API" authors = ["Equinix Metal API Team "] license = "Equinix Metal" diff --git a/equinix_metal/setup.py b/equinix_metal/setup.py index a166afb9..a7f1e2f2 100644 --- a/equinix_metal/setup.py +++ b/equinix_metal/setup.py @@ -22,7 +22,7 @@ # prerequisite: setuptools # http://pypi.python.org/pypi/setuptools NAME = "equinix-metal" -VERSION = "0.3.0" +VERSION = "0.4.0" PYTHON_REQUIRES = ">=3.7" REQUIRES = [ "urllib3 >= 1.25.3, < 2.1.0",