Skip to content
This repository was archived by the owner on Nov 16, 2021. It is now read-only.

Commit 5d8fb77

Browse files
authored
Merge pull request #6 from onfido/release
New client release: 1.5.1
2 parents 6ff09e1 + ed28f40 commit 5d8fb77

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ The Onfido API is used to submit check requests.
44
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
55

66
- API version: 2.0.0
7-
- Package version: 1.5.0
8-
- Build date: 2018-12-14T11:19:51.904Z
7+
- Package version: 1.5.1
8+
- Build date: 2018-12-18T16:36:49.661Z
99
- Build package: class io.swagger.codegen.languages.PythonClientCodegen
1010

1111
## Requirements.

onfido/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def __init__(self, region=None, header_name=None, header_value=None, cookie=None
7171
Configuration().region = region
7272
self.cookie = cookie
7373
# Set default User-Agent.
74-
self.user_agent = 'Swagger-Codegen/1.5.0/python'
74+
self.user_agent = 'Swagger-Codegen/1.5.1/python'
7575

7676
@property
7777
def user_agent(self):

onfido/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,5 +233,5 @@ def to_debug_report(self):
233233
"OS: {env}\n"\
234234
"Python Version: {pyversion}\n"\
235235
"Version of the API: 2.0.0\n"\
236-
"SDK Package Version: 1.5.0".\
236+
"SDK Package Version: 1.5.1".\
237237
format(env=sys.platform, pyversion=sys.version)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
from setuptools import setup, find_packages
2727

2828
NAME = "onfido"
29-
VERSION = "1.5.0"
29+
VERSION = "1.5.1"
3030

3131
# To install the library, run the following
3232
#

0 commit comments

Comments
 (0)