Skip to content

Commit

Permalink
Prepare Release v2.202.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
ustinov committed Sep 19, 2023
1 parent 23f91ba commit 918ad74
Show file tree
Hide file tree
Showing 19 changed files with 9 additions and 957 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,6 @@ target/

#Ipython Notebook
.ipynb_checkpoints

# MacOS
.DS_Store
2 changes: 1 addition & 1 deletion .swagger-codegen/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.30
2.4.32
2 changes: 1 addition & 1 deletion .swagger-codegen/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"gitUserId": "wavefrontHQ",
"packageName": "wavefront_api_client",
"packageUrl": "https://github.com/wavefrontHQ/python-client",
"packageVersion": "2.202.0"
"packageVersion": "2.202.2"
}
2 changes: 1 addition & 1 deletion .swagger-codegen/config.jsone
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"gitUserId": "wavefrontHQ",
"packageName": "wavefront_api_client",
"packageUrl": "https://github.com/wavefrontHQ/python-client",
"packageVersion": "2.201.1"
"packageVersion": "2.202.0"
}
65 changes: 0 additions & 65 deletions docs/AlertAnalyticsApi.md

This file was deleted.

12 changes: 0 additions & 12 deletions docs/GlobalAlertAnalytic.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/ResponseContainerGlobalAlertAnalytic.md

This file was deleted.

14 changes: 0 additions & 14 deletions docs/RolePropertiesDTO.md

This file was deleted.

2 changes: 1 addition & 1 deletion generate_client
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function _exit {
[[ "$1" ]] || _exit "Please specify cluster as an argument."

CGEN_NAME="swagger-codegen-cli"
CGEN_VER="2.4.30" # For 3.x use CGEN_VER="3.0.42"
CGEN_VER="2.4.32" # For 3.x use CGEN_VER="3.0.42"
CGEN_JAR_NAME="${CGEN_NAME}-${CGEN_VER}.jar"
CGEN_JAR_URL="https://search.maven.org/remotecontent?filepath=\
io/swagger/swagger-codegen-cli/${CGEN_VER}/${CGEN_JAR_NAME}"
Expand Down
1 change: 1 addition & 0 deletions test/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# coding: utf-8
41 changes: 0 additions & 41 deletions test/test_alert_analytics_api.py

This file was deleted.

40 changes: 0 additions & 40 deletions test/test_global_alert_analytic.py

This file was deleted.

40 changes: 0 additions & 40 deletions test/test_response_container_global_alert_analytic.py

This file was deleted.

40 changes: 0 additions & 40 deletions test/test_role_properties_dto.py

This file was deleted.

Loading

0 comments on commit 918ad74

Please sign in to comment.