Skip to content

Commit

Permalink
version bumped to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ib-tjuhasz committed Dec 23, 2024
1 parent 5c1f62c commit 334466f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion infobip_api_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
""" # noqa: E501


__version__ = "4.0.0"
__version__ = "5.0.0"

# import apis into sdk package
from infobip_api_client.api.call_routing_api import CallRoutingApi
Expand Down
2 changes: 1 addition & 1 deletion infobip_api_client/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def __init__(
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = "infobip-api-client-python/4.0.0"
self.user_agent = "infobip-api-client-python/5.0.0"
self.client_side_validation = configuration.client_side_validation

def __enter__(self):
Expand Down
2 changes: 1 addition & 1 deletion infobip_api_client/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ def to_debug_report(self):
"OS: {env}\n"
"Python Version: {pyversion}\n"
"Version of the API: 1.0.0\n"
"SDK Package Version: 4.0.0".format(env=sys.platform, pyversion=sys.version)
"SDK Package Version: 5.0.0".format(env=sys.platform, pyversion=sys.version)
)

def get_host_settings(self):
Expand Down

0 comments on commit 334466f

Please sign in to comment.