Skip to content

Commit 8b09a14

Browse files
authored
Update Swagger Codegen Version to 2.4.8 (#57)
The `swagger-codegen` version has been updated to 2.4.8, and an updated client v2.36.26 has been generated.
1 parent 945b426 commit 8b09a14

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.swagger-codegen/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.5
1+
2.4.8

.swagger-codegen/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"gitUserId": "wavefrontHQ",
44
"packageName": "wavefront_api_client",
55
"packageUrl": "https://github.com/wavefrontHQ/python-client",
6-
"packageVersion": "2.36.18"
6+
"packageVersion": "2.36.26"
77
}

.swagger-codegen/config.jsone

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"gitUserId": "wavefrontHQ",
44
"packageName": "wavefront_api_client",
55
"packageUrl": "https://github.com/wavefrontHQ/python-client",
6-
"packageVersion": "2.35.25"
6+
"packageVersion": "2.36.18"
77
}

README.md

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

66
- API version: v2
7-
- Package version: 2.36.18
7+
- Package version: 2.36.26
88
- Build package: io.swagger.codegen.languages.PythonClientCodegen
99

1010
## Requirements.

generate_client

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function _exit {
99
[[ "$1" ]] || _exit "Please specify cluster as an argument."
1010

1111
CGEN_NAME="swagger-codegen-cli"
12-
CGEN_VER="2.4.5" # For 3.x use CGEN_VER="3.0.7"
12+
CGEN_VER="2.4.8" # For 3.x use CGEN_VER="3.0.7"
1313
CGEN_JAR_NAME="${CGEN_NAME}-${CGEN_VER}.jar"
1414
CGEN_JAR_URL="https://search.maven.org/remotecontent?filepath=\
1515
io/swagger/swagger-codegen-cli/${CGEN_VER}/${CGEN_JAR_NAME}"

setup.py

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

1616
NAME = "wavefront-api-client"
17-
VERSION = "2.36.18"
17+
VERSION = "2.36.26"
1818
# To install the library, run the following
1919
#
2020
# python setup.py install

wavefront_api_client/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7474
self.default_headers[header_name] = header_value
7575
self.cookie = cookie
7676
# Set default User-Agent.
77-
self.user_agent = 'Swagger-Codegen/2.36.18/python'
77+
self.user_agent = 'Swagger-Codegen/2.36.26/python'
7878

7979
def __del__(self):
8080
if self._pool is not None:

wavefront_api_client/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,5 +240,5 @@ def to_debug_report(self):
240240
"OS: {env}\n"\
241241
"Python Version: {pyversion}\n"\
242242
"Version of the API: v2\n"\
243-
"SDK Package Version: 2.36.18".\
243+
"SDK Package Version: 2.36.26".\
244244
format(env=sys.platform, pyversion=sys.version)

0 commit comments

Comments
 (0)