2
0
mirror of https://github.com/openkmip/pykmip synced 2025-12-15 15:53:36 +00:00

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
This commit is contained in:
Peter Hamilton
2015-04-23 08:34:08 -04:00
parent 3b0250ab59
commit 13827ef863
2 changed files with 6 additions and 1 deletions

View File

@@ -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',