Skip to content

Commit

Permalink
changing the api version in the configuration files and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePabloOcampo1212 committed Dec 12, 2024
1 parent 3d937ab commit b88dcfa
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 53 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.8.1] - 2024-12-12
### Fix
- changing the api version in the configuration files

## [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 dnacentersdk/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
DEFAULT_DEBUG = 'False'

#: **version** default value.
DEFAULT_VERSION = '2.3.7.6'
DEFAULT_VERSION = '2.3.7.9'

#: **base_url** default value.
DEFAULT_BASE_URL = 'https://sandboxdnac.cisco.com:443'
Expand All @@ -46,4 +46,4 @@

#: **user_agent** default value.
#: Identifies the client using the SDK, providing useful data such as the SDK version and operating system
DEFAULT_VERIFY_USER_AGENT = ""
DEFAULT_VERIFY_USER_AGENT = ""
Loading

0 comments on commit b88dcfa

Please sign in to comment.