Skip to content

Commit 327cb25

Browse files
committed
Autogenerated Update v2.37.33.
1 parent c589907 commit 327cb25

File tree

121 files changed

+10
-331
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+10
-331
lines changed

.swagger-codegen/VERSION

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

.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.37.25"
6+
"packageVersion": "2.37.33"
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.37.6"
6+
"packageVersion": "2.37.31"
77
}

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
dist: xenial
1+
dist: bionic
22
language: python
33
python:
44
- "2.7"
55
- "3.5"
66
- "3.6"
77
- "3.7"
8+
- "3.8"
89
install: "pip install -r requirements.txt"
910
script: nosetests
1011
deploy:

README.md

Lines changed: 1 addition & 1 deletion

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.8" # For 3.x use CGEN_VER="3.0.7"
12+
CGEN_VER="2.4.9" # For 3.x use CGEN_VER="3.0.13"
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.37.25"
17+
VERSION = "2.37.33"
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.37.25/python'
77+
self.user_agent = 'Swagger-Codegen/2.37.33/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.37.25".\
243+
"SDK Package Version: 2.37.33".\
244244
format(env=sys.platform, pyversion=sys.version)

wavefront_api_client/models/access_control_list_read_dto.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616

1717
import six
1818

19-
from wavefront_api_client.models.access_control_element import AccessControlElement # noqa: F401,E501
20-
2119

2220
class AccessControlListReadDTO(object):
2321
"""NOTE: This class is auto generated by the swagger code generator program.

0 commit comments

Comments
 (0)