Skip to content

Commit 722c8a0

Browse files
committed
Bump package version to 1.0.0.12 and update user agent in ApiClient
1 parent a740c52 commit 722c8a0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is the API documentation for Chatwoot server.
44
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
55

66
- API version: 1.0.0
7-
- Package version: 1.0.0.11
7+
- Package version: 1.0.0.12
88
- Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen
99

1010
## Requirements.

chatwoot_client/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7272
self.default_headers[header_name] = header_value
7373
self.cookie = cookie
7474
# Set default User-Agent.
75-
self.user_agent = 'Swagger-Codegen/1.0.0.11/python'
75+
self.user_agent = 'Swagger-Codegen/1.0.0.12/python'
7676

7777
def __del__(self):
7878
self.pool.close()

chatwoot_client/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,5 +264,5 @@ def to_debug_report(self):
264264
"OS: {env}\n"\
265265
"Python Version: {pyversion}\n"\
266266
"Version of the API: 1.0.0\n"\
267-
"SDK Package Version: 1.0.0.11".\
267+
"SDK Package Version: 1.0.0.12".\
268268
format(env=sys.platform, pyversion=sys.version)

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packageName": "chatwoot_client",
33
"projectName": "chatwoot-python-client",
44
"apiVersion": "1.0.0",
5-
"packageVersion": "1.0.0.11",
5+
"packageVersion": "1.0.0.12",
66
"outputDir": "./chatwoot",
77
"modelPackage": "models",
88
"apiPackage": "apis"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from setuptools import setup, find_packages # noqa: H301
1414

1515
NAME = "chatwoot-python-client"
16-
VERSION = "1.0.0.11"
16+
VERSION = "1.0.0.12"
1717
# To install the library, run the following
1818
#
1919
# python setup.py install

0 commit comments

Comments
 (0)