From ee085936fdc4c948227da25f1089f136e096e96b Mon Sep 17 00:00:00 2001 From: devexperience Date: Tue, 17 Sep 2024 18:14:54 +0000 Subject: [PATCH] Generated version 0.40.0 This pull request was automatically generated by a GitHub Action to generate version 0.40.0 of this library. --- mx_platform_python/__init__.py | 2 +- mx_platform_python/api_client.py | 2 +- mx_platform_python/configuration.py | 2 +- openapi/config.yml | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mx_platform_python/__init__.py b/mx_platform_python/__init__.py index afa2a97..a24a277 100644 --- a/mx_platform_python/__init__.py +++ b/mx_platform_python/__init__.py @@ -14,7 +14,7 @@ """ # noqa: E501 -__version__ = "0.39.0" +__version__ = "0.40.0" # import apis into sdk package from mx_platform_python.api.budgets_api import BudgetsApi diff --git a/mx_platform_python/api_client.py b/mx_platform_python/api_client.py index fc98596..734861a 100644 --- a/mx_platform_python/api_client.py +++ b/mx_platform_python/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 = 'OpenAPI-Generator/0.39.0/python' + self.user_agent = 'OpenAPI-Generator/0.40.0/python' self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/mx_platform_python/configuration.py b/mx_platform_python/configuration.py index 24d9edb..19a0db6 100644 --- a/mx_platform_python/configuration.py +++ b/mx_platform_python/configuration.py @@ -392,7 +392,7 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: 0.1.0\n"\ - "SDK Package Version: 0.39.0".\ + "SDK Package Version: 0.40.0".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/openapi/config.yml b/openapi/config.yml index 409047c..8c2d1bb 100644 --- a/openapi/config.yml +++ b/openapi/config.yml @@ -1,5 +1,5 @@ --- packageName: mx_platform_python packageUrl: https://pypi.org/project/mx-platform-python -packageVersion: 0.39.0 +packageVersion: 0.40.0 projectName: mx-platform-python diff --git a/pyproject.toml b/pyproject.toml index 47ba6cd..8f830e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mx_platform_python" -version = "0.39.0" +version = "0.40.0" description = "MX Platform API" authors = ["MX Platform API "] license = "NoLicense" diff --git a/setup.py b/setup.py index fd4d6de..22f2da4 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ # prerequisite: setuptools # http://pypi.python.org/pypi/setuptools NAME = "mx-platform-python" -VERSION = "0.39.0" +VERSION = "0.40.0" PYTHON_REQUIRES = ">=3.7" REQUIRES = [ "urllib3 >= 1.25.3, < 2.1.0",