Skip to content

Commit bb07e7e

Browse files
committed
chore: release v1.2.0
1 parent 0949acb commit bb07e7e

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

Monei/__init__.py

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

1515
from __future__ import absolute_import
1616

17-
__version__ = "1.1.3"
17+
__version__ = "1.2.0"
1818

1919
# import apis into sdk package
2020
from Monei.api.apple_pay_domain_api import ApplePayDomainApi

Monei/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7878
self.default_headers[header_name] = header_value
7979
self.cookie = cookie
8080
# Set default User-Agent.
81-
self.user_agent = 'OpenAPI-Generator/1.1.3/python'
81+
self.user_agent = 'OpenAPI-Generator/1.2.0/python'
8282
self.client_side_validation = configuration.client_side_validation
8383

8484
def __enter__(self):

Monei/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ def to_debug_report(self):
359359
"OS: {env}\n"\
360360
"Python Version: {pyversion}\n"\
361361
"Version of the API: 1.4.0\n"\
362-
"SDK Package Version: 1.1.3".\
362+
"SDK Package Version: 1.2.0".\
363363
format(env=sys.platform, pyversion=sys.version)
364364

365365
def get_host_settings(self):

build/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"packageName": "Monei",
3-
"packageVersion": "1.1.3",
3+
"packageVersion": "1.2.0",
44
"gitHost": "github.com",
55
"gitUserId": "monei",
66
"gitRepoId": "monei-python-sdk",
7-
"version": "1.1.3"
7+
"version": "1.2.0"
88
}

build/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "monei-python-sdk",
3-
"version": "1.1.3",
3+
"version": "1.2.0",
44
"description": "MONEI PYTHON SDK",
55
"author": "monei",
66
"scripts": {

0 commit comments

Comments
 (0)