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",