Skip to content

Commit

Permalink
Merge pull request #114 from cisco-en-programmability/develop
Browse files Browse the repository at this point in the history
## [2.6.5] - 2023-05-29
  • Loading branch information
fmunozmiranda authored May 29, 2023
2 parents 2333f65 + b77def7 commit b8d5b11
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 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.6.5] - 2023-05-29
### Changed
- user_and_roles::Unable to use user and roles module. #112

## [2.6.4] - 2023-05-25
### Changed
- SDK implementation for API Add Edge Device to Sda fabric on DNAC Version 2.3.3.0 inconsistent with previous DNAC versions implementation #90
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ The following table shows the supported versions.
* - 2.3.3.0
- 2.5.6
* - 2.3.5.3
- 2.6.4
- 2.6.5


If your SDK is older please consider updating it first.
Expand Down
2 changes: 1 addition & 1 deletion dnacentersdk/api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2012,7 +2012,7 @@ def get_access_token():
Topology_v2_3_5_3(
self._session, object_factory, _validator
)
self.userand_roles = \
self.user_and_roles = \
UserandRoles_v2_3_5_3(
self._session, object_factory, _validator
)
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 = "dnacentersdk"
version = "2.6.4"
version = "2.6.5"
description = "Cisco DNA Center Platform SDK"
authors = ["Jose Bogarin Solano <jbogarin@altus.cr>", "William Astorga <wastorga@altus.cr>", "Francisco Muñoz <fmunoz@altus.cr>", "Francisco Muñoz <fmunoz@altus.cr>", "Bryan Vargas <bvargas@altus.cr>"]
license = "MIT"
Expand Down

0 comments on commit b8d5b11

Please sign in to comment.