Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Bump up SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
brdw87 committed Aug 29, 2024
1 parent 58fa6b8 commit ccafc43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion catalystwan/api/admin_tech_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def generate(
response = http_error.response # type: ignore
if response.status_code == 200:
filename = response.json()["fileName"]
self._get_token_id(filename=filename, timeout=request_timeout, interval=polling_interval)
self._get_tokenn_id(filename=filename, timeout=request_timeout, interval=polling_interval)
return filename
if response.status_code == 400 and create_admin_tech_error_msgs in response.json().get("error", {}).get(
"details", ""
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "catalystwan"
version = "0.35.0"
version = "0.35.1"
description = "Cisco Catalyst WAN SDK for Python"
authors = ["kagorski <kagorski@cisco.com>"]
readme = "README.md"
Expand Down

0 comments on commit ccafc43

Please sign in to comment.