Skip to content

Commit b0b6f6e

Browse files
author
github-actions
committed
Bump version to 2.2.0
1 parent d27e6cc commit b0b6f6e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
The `cloudbeds_pms` package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

66
- API version: v2
7-
- Package version: 2.1.0
7+
- Package version: 2.2.0
88
- Generator version: 7.11.0
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.0
1+
2.2.0

cloudbeds_pms/__init__.py

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

1616

17-
__version__ = "2.1.0"
17+
__version__ = "2.2.0"
1818

1919
# import apis into sdk package
2020
from cloudbeds_pms.api.doorlock_keys_api import DoorlockKeysApi

cloudbeds_pms/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def __init__(
9090
self.default_headers[header_name] = header_value
9191
self.cookie = cookie
9292
# Set default User-Agent.
93-
self.user_agent = 'OpenAPI-Generator/2.1.0/python'
93+
self.user_agent = 'OpenAPI-Generator/2.2.0/python'
9494
self.client_side_validation = configuration.client_side_validation
9595

9696
def __enter__(self):

cloudbeds_pms/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ def to_debug_report(self) -> str:
532532
"OS: {env}\n"\
533533
"Python Version: {pyversion}\n"\
534534
"Version of the API: v2\n"\
535-
"SDK Package Version: 2.1.0".\
535+
"SDK Package Version: 2.2.0".\
536536
format(env=sys.platform, pyversion=sys.version)
537537

538538
def get_host_settings(self) -> List[HostSetting]:

openapitools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"additionalProperties": {
99
"packageName": "cloudbeds_pms",
1010
"projectName": "Cloudbeds PMS",
11-
"packageVersion": "2.1.0",
11+
"packageVersion": "2.2.0",
1212
"packageDescription": "OpenAPI client for Cloudbeds PMS API.",
1313
"generateSourceCodeOnly": true,
1414
"packageUrl": "https://github.com/cloudbeds/cloudbeds-api-python"

0 commit comments

Comments
 (0)