Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion acos_client/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# License for the specific language governing permissions and limitations
# under the License.

VERSION = '2.10.0'
VERSION = '2.11.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name = "acos-client",
version = "2.10.0",
version = "2.11.0",
packages = find_packages(),

author = "A10 Networks",
Expand Down