Skip to content

Commit

Permalink
chore: release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyn committed May 18, 2023
1 parent 0949acb commit bb07e7e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Monei/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Monei/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion Monei/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
4 changes: 2 additions & 2 deletions build/config.json
Original file line number Diff line number Diff line change
@@ -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"
}
4 changes: 2 additions & 2 deletions build/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monei-python-sdk",
"version": "1.1.3",
"version": "1.2.0",
"description": "MONEI PYTHON SDK",
"author": "monei",
"scripts": {
Expand Down

0 comments on commit bb07e7e

Please sign in to comment.