Skip to content

Commit ef82d27

Browse files
actions-usergithub-actions
authored andcommitted
0.0.2-beta.7
Automatically generated by python-semantic-release
1 parent bcf5c1f commit ef82d27

File tree

8 files changed

+10
-7
lines changed

8 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.0.2-beta.7 (2022-08-12)
6+
7+
58
## v0.0.2-beta.6 (2022-08-12)
69

710

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Fingerprint Pro Server API provides a way for validating visitors’ data issued
2424
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
2525

2626
- API version: 3
27-
- Package version: 0.0.2-beta.6
27+
- Package version: 0.0.2-beta.7
2828
- Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen
2929

3030
## Requirements.

fingerprint_pro_server_api_sdk/api/fingerprint_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def get_visits_with_http_info(self, visitor_id, **kwargs): # noqa: E501
105105
path_params['visitor_id'] = params['visitor_id'] # noqa: E501
106106

107107
query_params = []
108-
query_params.append(('ii', 'fingerprint-pro-server-python-sdk/0.0.2-beta.6'))
108+
query_params.append(('ii', 'fingerprint-pro-server-python-sdk/0.0.2-beta.7'))
109109
if 'request_id' in params:
110110
query_params.append(('request_id', params['request_id'])) # noqa: E501
111111
if 'linked_id' in params:

fingerprint_pro_server_api_sdk/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7272
self.default_headers[header_name] = header_value
7373
self.cookie = cookie
7474
# Set default User-Agent.
75-
self.user_agent = 'Swagger-Codegen/0.0.2-beta.6/python'
75+
self.user_agent = 'Swagger-Codegen/0.0.2-beta.7/python'
7676

7777
def __del__(self):
7878
self.pool.close()

fingerprint_pro_server_api_sdk/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,5 +263,5 @@ def to_debug_report(self):
263263
"OS: {env}\n"\
264264
"Python Version: {pyversion}\n"\
265265
"Version of the API: 3\n"\
266-
"SDK Package Version: 0.0.2-beta.6".\
266+
"SDK Package Version: 0.0.2-beta.7".\
267267
format(env=sys.platform, pyversion=sys.version)

generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
VERSION='0.0.2-beta.6'
3+
VERSION='0.0.2-beta.7'
44

55
while getopts "v:" arg; do
66
case $arg in

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from setuptools import setup, find_packages # noqa: H301
1616

1717
NAME = "fingerprint-pro-server-api-sdk"
18-
VERSION = "0.0.2-beta.6"
18+
VERSION = "0.0.2-beta.7"
1919
# To install the library, run the following
2020
#
2121
# python setup.py install

test/test_fingerprint_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
API_KEY = 'private_key'
2626

27-
VERSION = '0.0.2-beta.6'
27+
VERSION = '0.0.2-beta.7'
2828

2929
class MockPoolManager(object):
3030
def __init__(self, tc):

0 commit comments

Comments
 (0)