From a75aafdd11ec356a5c169cc5346e99535e6afa02 Mon Sep 17 00:00:00 2001 From: harbormaster-bot Date: Sat, 27 May 2023 05:37:41 +0000 Subject: [PATCH] Update to purefusion-1.1.2 --- README.md | 2 +- fusion/api_client.py | 2 +- fusion/configuration.py | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 204aa24..a8bb4ad 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: - API version: 1.1 -- Package version: 1.1.1 +- Package version: 1.1.2 - Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen ## Requirements. diff --git a/fusion/api_client.py b/fusion/api_client.py index afe0d25..1f43c35 100644 --- a/fusion/api_client.py +++ b/fusion/api_client.py @@ -72,7 +72,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 = 'Swagger-Codegen/1.1.1/python' + self.user_agent = 'Swagger-Codegen/1.1.2/python' def __del__(self): if self._pool is not None: diff --git a/fusion/configuration.py b/fusion/configuration.py index 13e4f33..1be6f7d 100644 --- a/fusion/configuration.py +++ b/fusion/configuration.py @@ -249,5 +249,5 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: 1.1\n"\ - "SDK Package Version: 1.1.1".\ + "SDK Package Version: 1.1.2".\ format(env=sys.platform, pyversion=sys.version) diff --git a/setup.py b/setup.py index fd13cc4..fb0d221 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ from setuptools import setup, find_packages # noqa: H301 NAME = "purefusion" -VERSION = "1.1.1" +VERSION = "1.1.2" # To install the library, run the following # # python setup.py install