From ea6637239cb3dd1a36f8281dcac9fd0716d741d4 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 99616838..691ff163 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"