Skip to content

Commit df9868d

Browse files
author
github-actions
committed
Bump version to 1.23.0
1 parent 083ecca commit df9868d

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

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_fiscal_document` package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

66
- API version: v1
7-
- Package version: 1.22.0
7+
- Package version: 1.23.0
88
- Generator version: 7.20.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.22.0
1+
1.23.0

cloudbeds_fiscal_document/__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.22.0"
17+
__version__ = "1.23.0"
1818

1919
# Define package exports
2020
__all__ = [

cloudbeds_fiscal_document/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.22.0/python'
93+
self.user_agent = 'OpenAPI-Generator/1.23.0/python'
9494
self.client_side_validation = configuration.client_side_validation
9595

9696
def __enter__(self):

cloudbeds_fiscal_document/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ def to_debug_report(self) -> str:
514514
"OS: {env}\n"\
515515
"Python Version: {pyversion}\n"\
516516
"Version of the API: v1\n"\
517-
"SDK Package Version: 1.22.0".\
517+
"SDK Package Version: 1.23.0".\
518518
format(env=sys.platform, pyversion=sys.version)
519519

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

openapitools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"additionalProperties": {
1010
"packageName": "cloudbeds_fiscal_document",
1111
"projectName": "Cloudbeds Fiscal Document",
12-
"packageVersion": "1.22.0",
12+
"packageVersion": "1.23.0",
1313
"packageDescription": "OpenAPI client for Cloudbeds Fiscal Document API.",
1414
"generateSourceCodeOnly": true,
1515
"packageUrl": "https://github.com/cloudbeds/cloudbeds-fiscal-document-python",

0 commit comments

Comments
 (0)