Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changing the api version in the configuration files and docs #185

Merged
merged 4 commits into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.8.1] - 2025-01-13
### Fix
- changing the api version in the configuration files
- Resolved issue #174
- removal of -v1 from reference urls in the documentation
- Fixed a bug in site_design in the uploads_floor_image function in versions 2.3.7.6 and 2.3.7.9.

## [2.8.0] - 2024-12-11
### Added
- Add support of DNA Center versions ('2.3.7.9')
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dnacentersdk
dnac = api.DNACenterAPI(username="devnetuser",
password="Cisco123!",
base_url="https://sandboxdnac.cisco.com:443",
version='2.3.7.6',
version='2.3.7.9',
verify=True)

# Find all devices that have 'Switches and Hubs' in their family
Expand Down Expand Up @@ -160,7 +160,7 @@ The following table shows the supported versions.
* - 2.3.7.6
- 2.7.7
* - 2.3.7.9
- 2.8.0
- 2.8.1



Expand Down
Loading