From b77def77b2cd585494352a395685469303797136 Mon Sep 17 00:00:00 2001 From: fmunoz Date: Mon, 29 May 2023 11:45:20 -0600 Subject: [PATCH] ## [2.6.5] - 2023-05-29 ### Changed - user_and_roles::Unable to use user and roles module. #112 --- CHANGELOG.md | 4 ++++ README.rst | 2 +- dnacentersdk/api/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1a5d800..d9f52ab6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.rst b/README.rst index ff2ee4a9..6f91771c 100755 --- a/README.rst +++ b/README.rst @@ -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. diff --git a/dnacentersdk/api/__init__.py b/dnacentersdk/api/__init__.py index 8dfadab8..e00e4fc7 100644 --- a/dnacentersdk/api/__init__.py +++ b/dnacentersdk/api/__init__.py @@ -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 ) diff --git a/pyproject.toml b/pyproject.toml index 51bf6670..c57c0758 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ", "William Astorga ", "Francisco Muñoz ", "Francisco Muñoz ", "Bryan Vargas "] license = "MIT"