Updates client version to 2.1.0

Updates the client version to 2.1.0.

Change-Id: I495dcaceeadcb7a40f376a2e0397c55728b61d58
This commit is contained in:
Anthony Lee 2016-01-12 16:31:44 -08:00
parent 737398bbeb
commit db9773f0f9
2 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@ Changes in Version 2.0.1
- doesRemoteSnapshotScheduleExist
- getIPFromCluster
Changes in Version 2.0.2
Changes in Version 2.1.0
------------------------
* Adds a new API for getting a snapshot's parent volume name.

View File

@ -24,7 +24,7 @@ HPE LeftHand REST Client
"""
version_tuple = (2, 0, 2)
version_tuple = (2, 1, 0)
def get_version_string():