From db9773f0f97c5af04da89fcb7dca2a6ddf8d5e4a Mon Sep 17 00:00:00 2001 From: Anthony Lee Date: Tue, 12 Jan 2016 16:31:44 -0800 Subject: [PATCH] Updates client version to 2.1.0 Updates the client version to 2.1.0. Change-Id: I495dcaceeadcb7a40f376a2e0397c55728b61d58 --- docs/changelog.rst | 2 +- hpelefthandclient/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 83d32ec..20048ea 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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. diff --git a/hpelefthandclient/__init__.py b/hpelefthandclient/__init__.py index 15da33c..3b928d8 100644 --- a/hpelefthandclient/__init__.py +++ b/hpelefthandclient/__init__.py @@ -24,7 +24,7 @@ HPE LeftHand REST Client """ -version_tuple = (2, 0, 2) +version_tuple = (2, 1, 0) def get_version_string():