Skip to content

Commit

Permalink
Update SDK Python to version 2.1.2 (#42)
Browse files Browse the repository at this point in the history
Co-authored-by: hopr-bot <[email protected]>
  • Loading branch information
hopr-bot and hopr-bot authored Jul 3, 2024
1 parent 33d5aa5 commit 049a5f8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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 @@ This Rest API enables developers to interact with a hoprd node programatically t
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: 3.1.0
- Package version: 2.1.0
- Package version: 2.1.2
- Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen

## Requirements.
Expand Down
2 changes: 1 addition & 1 deletion hoprd_sdk/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,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/2.1.0/python'
self.user_agent = 'Swagger-Codegen/2.1.2/python'

def __enter__(self):
return self
Expand Down
2 changes: 1 addition & 1 deletion hoprd_sdk/api_client.py.orig
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class ApiClient(object):
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'Swagger-Codegen/2.1.0/python'
self.user_agent = 'Swagger-Codegen/2.1.2/python'

def __del__(self):
self.pool.close()
Expand Down
2 changes: 1 addition & 1 deletion hoprd_sdk/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,5 +250,5 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 3.1.0\n"\
"SDK Package Version: 2.1.0".\
"SDK Package Version: 2.1.2".\
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 = "hoprd-sdk"
VERSION = "2.1.0"
VERSION = "2.1.2"
# To install the library, run the following
#
# python setup.py install
Expand Down

0 comments on commit 049a5f8

Please sign in to comment.