From ee037408cfec2edae71e5881c74ded7fffa5f70b Mon Sep 17 00:00:00 2001 From: Peter Hamilton Date: Fri, 21 Jun 2019 16:16:11 -0400 Subject: [PATCH] PyKMIP - Release 0.9.1 This update is a bug fix release for PyKMIP 0.9, including the following changes: * Fix a bug with Locate attribute handling for KMIP 2.0 clients --- kmip/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kmip/version.py b/kmip/version.py index 9961683..691ff16 100644 --- a/kmip/version.py +++ b/kmip/version.py @@ -13,4 +13,4 @@ # License for the specific language governing permissions and limitations # under the License. -__version__ = "0.10.dev1" +__version__ = "0.9.1"