Skip to content

Commit

Permalink
chore: release v1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyn committed May 6, 2024
1 parent 739bd74 commit ba5a5e1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.2.4"
__version__ = "1.2.5"

# 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.2.4/python'
self.user_agent = 'OpenAPI-Generator/1.2.5/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.4\n"\
"SDK Package Version: 1.2.4".\
"SDK Package Version: 1.2.5".\
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.2.4",
"packageVersion": "1.2.5",
"gitHost": "github.com",
"gitUserId": "monei",
"gitRepoId": "monei-python-sdk",
"version": "1.2.4"
"version": "1.2.5"
}
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.2.4",
"version": "1.2.5",
"description": "MONEI PYTHON SDK",
"author": "monei",
"scripts": {
Expand Down

0 comments on commit ba5a5e1

Please sign in to comment.