Skip to content

Commit fab9142

Browse files
author
github-actions
committed
Bump version to 1.1.0
1 parent ce78a75 commit fab9142

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

README.md

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

66
- API version: v0
7-
- Package version: 1.0.0
7+
- Package version: 1.1.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-
1.0.0
1+
1.1.0

cloudbeds_accounting/__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__ = "1.0.0"
17+
__version__ = "1.1.0"
1818

1919
# import apis into sdk package
2020
from cloudbeds_accounting.api.accounts_receivable_ledger_api import AccountsReceivableLedgerApi

cloudbeds_accounting/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/1.0.0/python'
93+
self.user_agent = 'OpenAPI-Generator/1.1.0/python'
9494
self.client_side_validation = configuration.client_side_validation
9595

9696
def __enter__(self):

cloudbeds_accounting/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ def to_debug_report(self) -> str:
504504
"OS: {env}\n"\
505505
"Python Version: {pyversion}\n"\
506506
"Version of the API: v0\n"\
507-
"SDK Package Version: 1.0.0".\
507+
"SDK Package Version: 1.1.0".\
508508
format(env=sys.platform, pyversion=sys.version)
509509

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

cloudbeds_accounting/docs/TrialBalanceApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ with cloudbeds_accounting.ApiClient(configuration) as api_client:
203203
# Create an instance of the API class
204204
api_instance = cloudbeds_accounting.TrialBalanceApi(api_client)
205205
x_property_id = 56 # int | Property id
206-
var_date = 'Sun Jul 21 02:00:00 CEST 2024' # date |
206+
var_date = 'Sun Jul 21 00:00:00 UTC 2024' # date |
207207

208208
try:
209209
api_response = api_instance.get_trial_balance_report(x_property_id, var_date)

cloudbeds_accounting/test/test_list_transactions_paginated.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def make_instance(self, include_optional) -> ListTransactionsPaginated:
6666
source_datetime = '2017-07-21T17:32:28Z',
6767
transaction_datetime = '2017-07-21T17:32:28Z',
6868
transaction_datetime_property_time = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'),
69-
service_date = 'Fri Jul 21 02:00:00 CEST 2017',
69+
service_date = 'Fri Jul 21 00:00:00 UTC 2017',
7070
created_at = '2017-07-21T17:32:28Z', )
7171
],
7272
next_page_token = ''

cloudbeds_accounting/test/test_transaction_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def make_instance(self, include_optional) -> TransactionResponse:
6464
source_datetime = '2017-07-21T17:32:28Z',
6565
transaction_datetime = '2017-07-21T17:32:28Z',
6666
transaction_datetime_property_time = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'),
67-
service_date = 'Fri Jul 21 02:00:00 CEST 2017',
67+
service_date = 'Fri Jul 21 00:00:00 UTC 2017',
6868
created_at = '2017-07-21T17:32:28Z'
6969
)
7070
else:

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_accounting",
1010
"projectName": "Cloudbeds Accounting",
11-
"packageVersion": "1.0.0",
11+
"packageVersion": "1.1.0",
1212
"packageDescription": "OpenAPI client for Cloudbeds Accounting API.",
1313
"generateSourceCodeOnly": true,
1414
"packageUrl": "https://github.com/cloudbeds/cloudbeds-accounting-python"

0 commit comments

Comments
 (0)