From 9f0822169f4aa874faf08b7f2ef1d3a2d1bdd61e Mon Sep 17 00:00:00 2001 From: sachinpa10 Date: Tue, 25 Nov 2025 12:57:27 +0000 Subject: [PATCH] acos-client v2.11.0 release --- README.md | 3 ++- acos_client/version.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cccb8b91..fb9402e8 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ | 5.2.1-p2 | 3 | >=2.9.0 | Maintenance | | 5.2.1-p2 | 3 | >=2.9.1 | Maintenance | | 5.2.1-p2 | 3 | >=2.10.0 | Maintenance | +| 6.0.7 | 3 | >=2.11.0 | Maintenance | ``` †Works only when not using partitioning @@ -41,7 +42,7 @@ ### Install using pip ```sh -$ pip install acos-client>=2.9.0 +$ pip install acos-client>=2.11.0 ``` ### Install from source diff --git a/acos_client/version.py b/acos_client/version.py index 0d5c2276..b6822fe8 100644 --- a/acos_client/version.py +++ b/acos_client/version.py @@ -12,4 +12,4 @@ # License for the specific language governing permissions and limitations # under the License. -VERSION = '2.10.0' +VERSION = '2.11.0' diff --git a/setup.py b/setup.py index 14e58873..133e1580 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name = "acos-client", - version = "2.10.0", + version = "2.11.0", packages = find_packages(), author = "A10 Networks",