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():