Skip to content

Commit

Permalink
Merge branch 'fix/screen-search-api' into 'master'
Browse files Browse the repository at this point in the history
Fix the ScreenSearch API bug

See merge request babakloni/investor8.core!449
  • Loading branch information
mehrdadrafiei committed Jun 18, 2023
1 parent 74cd9d7 commit abed286
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion investor8_sdk/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion investor8_sdk/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit abed286

Please sign in to comment.