From 1ceed38437c0f58d617c4fae117c587c5ca3cd7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Mu=C3=B1oz=20Miranda?= <93611708+fmunozmiranda@users.noreply.github.com> Date: Wed, 12 Apr 2023 14:06:18 -0600 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b2470d20..9dac7909 100755 --- a/README.rst +++ b/README.rst @@ -13,7 +13,7 @@ dnacentersdk from dnacentersdk import api # Create a DNACenterAPI connection object; - # it uses DNA Center sandbox URL, username and password, with DNA Center API version 2.3.3.0. + # it uses DNA Center sandbox URL, username and password, with DNA Center API version 2.3.5.3. # and requests to verify the server's TLS certificate with verify=True. dnac = api.DNACenterAPI(username="devnetuser", password="Cisco123!",