From 68500e920aabf884f2c18361953a31c929c6e5a0 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 12 Aug 2022 18:22:56 +0000 Subject: [PATCH] 0.0.2-beta.8 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ README.md | 2 +- fingerprint_pro_server_api_sdk/api/fingerprint_api.py | 2 +- fingerprint_pro_server_api_sdk/api_client.py | 2 +- fingerprint_pro_server_api_sdk/configuration.py | 2 +- generate.sh | 2 +- setup.py | 2 +- test/test_fingerprint_api.py | 2 +- 8 files changed, 11 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a022e05..e3c09d2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.0.2-beta.8 (2022-08-12) +### Documentation +* Use full url to logo ([`5cd84fa`](https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/commit/5cd84fabbf1a230a41f0e93039e2739227f79597)) + ## v0.0.2-beta.7 (2022-08-12) diff --git a/README.md b/README.md index 6a880715..017d6b6d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Fingerprint Pro Server API provides a way for validating visitors’ data issued This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: - API version: 3 -- Package version: 0.0.2-beta.7 +- Package version: 0.0.2-beta.8 - Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen ## Requirements. diff --git a/fingerprint_pro_server_api_sdk/api/fingerprint_api.py b/fingerprint_pro_server_api_sdk/api/fingerprint_api.py index 8ad6cdc9..7885c13b 100644 --- a/fingerprint_pro_server_api_sdk/api/fingerprint_api.py +++ b/fingerprint_pro_server_api_sdk/api/fingerprint_api.py @@ -105,7 +105,7 @@ def get_visits_with_http_info(self, visitor_id, **kwargs): # noqa: E501 path_params['visitor_id'] = params['visitor_id'] # noqa: E501 query_params = [] - query_params.append(('ii', 'fingerprint-pro-server-python-sdk/0.0.2-beta.7')) + query_params.append(('ii', 'fingerprint-pro-server-python-sdk/0.0.2-beta.8')) if 'request_id' in params: query_params.append(('request_id', params['request_id'])) # noqa: E501 if 'linked_id' in params: diff --git a/fingerprint_pro_server_api_sdk/api_client.py b/fingerprint_pro_server_api_sdk/api_client.py index 4ec90265..eeb31339 100644 --- a/fingerprint_pro_server_api_sdk/api_client.py +++ b/fingerprint_pro_server_api_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/0.0.2-beta.7/python' + self.user_agent = 'Swagger-Codegen/0.0.2-beta.8/python' def __del__(self): self.pool.close() diff --git a/fingerprint_pro_server_api_sdk/configuration.py b/fingerprint_pro_server_api_sdk/configuration.py index 6c61af70..2426d3a6 100644 --- a/fingerprint_pro_server_api_sdk/configuration.py +++ b/fingerprint_pro_server_api_sdk/configuration.py @@ -263,5 +263,5 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: 3\n"\ - "SDK Package Version: 0.0.2-beta.7".\ + "SDK Package Version: 0.0.2-beta.8".\ format(env=sys.platform, pyversion=sys.version) \ No newline at end of file diff --git a/generate.sh b/generate.sh index 4f4242e4..8aa9ed47 100755 --- a/generate.sh +++ b/generate.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION='0.0.2-beta.7' +VERSION='0.0.2-beta.8' while getopts "v:" arg; do case $arg in diff --git a/setup.py b/setup.py index bc138c51..77f857f1 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ from setuptools import setup, find_packages # noqa: H301 NAME = "fingerprint-pro-server-api-sdk" -VERSION = "0.0.2-beta.7" +VERSION = "0.0.2-beta.8" # To install the library, run the following # # python setup.py install diff --git a/test/test_fingerprint_api.py b/test/test_fingerprint_api.py index cc7480e6..f659732e 100644 --- a/test/test_fingerprint_api.py +++ b/test/test_fingerprint_api.py @@ -24,7 +24,7 @@ API_KEY = 'private_key' -VERSION = '0.0.2-beta.7' +VERSION = '0.0.2-beta.8' class MockPoolManager(object): def __init__(self, tc):