Skip to content

Commit e841695

Browse files
Add changes
1 parent 2695523 commit e841695

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+70
-70
lines changed

pnap_audit_api/README.md

Lines changed: 1 addition & 1 deletion

pnap_audit_api/pnap_audit_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
""" # noqa: E501
1616

1717

18-
__version__ = "2.0.4.dev"
18+
__version__ = "2.0.3"
1919

2020
# import apis into sdk package
2121
from pnap_audit_api.api.events_api import EventsApi

pnap_audit_api/pnap_audit_api/api_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ def __init__(
8787
self.default_headers[header_name] = header_value
8888
self.cookie = cookie
8989
# Set default User-Agent.
90-
self.user_agent = f"PNAP-python-sdk-bmc/pnap_audit_api/2.0.4.dev"
90+
self.user_agent = f"PNAP-python-sdk-bmc/pnap_audit_api/2.0.3"
9191
self.client_side_validation = configuration.client_side_validation
9292

9393
# Set default X-Powered-By.
94-
self.powered_by = f"PNAP-python-sdk-bmc/pnap_audit_api/2.0.4.dev"
94+
self.powered_by = f"PNAP-python-sdk-bmc/pnap_audit_api/2.0.3"
9595

9696
def __enter__(self):
9797
return self

pnap_audit_api/pnap_audit_api/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ def to_debug_report(self):
377377
"OS: {env}\n"\
378378
"Python Version: {pyversion}\n"\
379379
"Version of the API: 1.0\n"\
380-
"SDK Package Version: 2.0.4.dev".\
380+
"SDK Package Version: 2.0.3".\
381381
format(env=sys.platform, pyversion=sys.version)
382382

383383
def get_host_settings(self):

pnap_audit_api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pnap_audit_api"
3-
version = "2.0.4.dev"
3+
version = "2.0.3"
44
description = "Audit Log API"
55
authors = ["PhoenixNAP Team <support@phoenixnap.com>"]
66
license = "Apache 2.0"

pnap_audit_api/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# prerequisite: setuptools
2323
# http://pypi.python.org/pypi/setuptools
2424
NAME = "pnap-audit-api"
25-
VERSION = "2.0.4.dev"
25+
VERSION = "2.0.3"
2626
PYTHON_REQUIRES = ">=3.7"
2727
REQUIRES = [
2828
"urllib3 >= 1.25.3, < 2.1.0",

pnap_bmc_api/README.md

Lines changed: 1 addition & 1 deletion

pnap_bmc_api/pnap_bmc_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
""" # noqa: E501
1616

1717

18-
__version__ = "2.2.1.dev"
18+
__version__ = "2.2.0"
1919

2020
# import apis into sdk package
2121
from pnap_bmc_api.api.quotas_api import QuotasApi

pnap_bmc_api/pnap_bmc_api/api_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ def __init__(
8787
self.default_headers[header_name] = header_value
8888
self.cookie = cookie
8989
# Set default User-Agent.
90-
self.user_agent = f"PNAP-python-sdk-bmc/pnap_bmc_api/2.2.1.dev"
90+
self.user_agent = f"PNAP-python-sdk-bmc/pnap_bmc_api/2.2.0"
9191
self.client_side_validation = configuration.client_side_validation
9292

9393
# Set default X-Powered-By.
94-
self.powered_by = f"PNAP-python-sdk-bmc/pnap_bmc_api/2.2.1.dev"
94+
self.powered_by = f"PNAP-python-sdk-bmc/pnap_bmc_api/2.2.0"
9595

9696
def __enter__(self):
9797
return self

pnap_bmc_api/pnap_bmc_api/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ def to_debug_report(self):
377377
"OS: {env}\n"\
378378
"Python Version: {pyversion}\n"\
379379
"Version of the API: 0.1\n"\
380-
"SDK Package Version: 2.2.1.dev".\
380+
"SDK Package Version: 2.2.0".\
381381
format(env=sys.platform, pyversion=sys.version)
382382

383383
def get_host_settings(self):

0 commit comments

Comments
 (0)