diff --git a/Monei/__init__.py b/Monei/__init__.py index cca0c71..b0acdf5 100644 --- a/Monei/__init__.py +++ b/Monei/__init__.py @@ -14,7 +14,7 @@ from __future__ import absolute_import -__version__ = "1.1.3" +__version__ = "1.2.0" # import apis into sdk package from Monei.api.apple_pay_domain_api import ApplePayDomainApi diff --git a/Monei/api_client.py b/Monei/api_client.py index dc8b67b..22b9065 100644 --- a/Monei/api_client.py +++ b/Monei/api_client.py @@ -78,7 +78,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 = 'OpenAPI-Generator/1.1.3/python' + self.user_agent = 'OpenAPI-Generator/1.2.0/python' self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/Monei/configuration.py b/Monei/configuration.py index 536f9c4..53e0ff8 100644 --- a/Monei/configuration.py +++ b/Monei/configuration.py @@ -359,7 +359,7 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: 1.4.0\n"\ - "SDK Package Version: 1.1.3".\ + "SDK Package Version: 1.2.0".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/build/config.json b/build/config.json index 907336f..b5527cb 100644 --- a/build/config.json +++ b/build/config.json @@ -1,8 +1,8 @@ { "packageName": "Monei", - "packageVersion": "1.1.3", + "packageVersion": "1.2.0", "gitHost": "github.com", "gitUserId": "monei", "gitRepoId": "monei-python-sdk", - "version": "1.1.3" + "version": "1.2.0" } diff --git a/build/package-lock.json b/build/package-lock.json index 26bfc49..58b7d7c 100644 --- a/build/package-lock.json +++ b/build/package-lock.json @@ -1,12 +1,12 @@ { "name": "monei-python-sdk", - "version": "1.1.3", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "monei-python-sdk", - "version": "1.1.3", + "version": "1.2.0", "license": "MIT", "devDependencies": { "@openapitools/openapi-generator-cli": "1.0.18-4.3.1", diff --git a/build/package.json b/build/package.json index 4fd5bab..8ab90ad 100644 --- a/build/package.json +++ b/build/package.json @@ -1,6 +1,6 @@ { "name": "monei-python-sdk", - "version": "1.1.3", + "version": "1.2.0", "description": "MONEI PYTHON SDK", "author": "monei", "scripts": {