From 13827ef863480a94380681d6f0b56eae83449479 Mon Sep 17 00:00:00 2001 From: Peter Hamilton Date: Thu, 23 Apr 2015 08:34:08 -0400 Subject: [PATCH] PyKMIP - Release 0.3.1 This update includes several features: * Add KMIP profile information to the client * Add support for registering/retrieving SecretData and Opaque objects * Update the SecretFactory to build Public/PrivateKeys with user data --- CHANGES.txt | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 39c5a72..f809fa7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,8 @@ +0.3.1 - April 23, 2015 +* Add KMIP profile information to the client +* Add support for registering/retrieving SecretData and Opaque objects +* Update the SecretFactory to build Public/PrivateKeys with user data + 0.3.0 - March 14, 2015 * Add client support for the DiscoverVersions and Query operations * Add client support for the CreateKeyPair and ReKeyKeyPair operations diff --git a/setup.py b/setup.py index 3aeecdb..9c843e1 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ import setuptools setuptools.setup( name='PyKMIP', - version='0.3.0', + version='0.3.1', description='KMIP v1.1 library', keywords='KMIP', author='Peter Hamilton',