From abed286cd870635c9df1c411f5b5f5c7ed3ac3cf Mon Sep 17 00:00:00 2001 From: Mehrdad Rafiei Date: Sun, 18 Jun 2023 16:45:54 +0200 Subject: [PATCH] Merge branch 'fix/screen-search-api' into 'master' Fix the ScreenSearch API bug See merge request babakloni/investor8.core!449 --- README.md | 2 +- investor8_sdk/api_client.py | 2 +- investor8_sdk/configuration.py | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0d0bb0b..c2a0117 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Investoreight API Documentation: https://api.investoreight.com/api-docs/index.h This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: - API version: 1.0.1 -- Package version: 1.1.90 +- Package version: 1.1.91 - Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen For more information, please visit [https://www.investoreight.com](https://www.investoreight.com) diff --git a/investor8_sdk/api_client.py b/investor8_sdk/api_client.py index c1fb557..a7dc382 100644 --- a/investor8_sdk/api_client.py +++ b/investor8_sdk/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.90/python' + self.user_agent = 'Swagger-Codegen/1.1.91/python' def __del__(self): self.pool.close() diff --git a/investor8_sdk/configuration.py b/investor8_sdk/configuration.py index 1a2a8d8..b07b26e 100644 --- a/investor8_sdk/configuration.py +++ b/investor8_sdk/configuration.py @@ -254,5 +254,5 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: 1.0.1\n"\ - "SDK Package Version: 1.1.90".\ + "SDK Package Version: 1.1.91".\ format(env=sys.platform, pyversion=sys.version) diff --git a/setup.py b/setup.py index 82e2a24..302749b 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ from setuptools import setup, find_packages # noqa: H301 NAME = "investor8-sdk" -VERSION = "1.1.90" +VERSION = "1.1.91" # To install the library, run the following # # python setup.py install