mirror of https://github.com/OpenKMIP/PyKMIP.git
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:
parent
3b0250ab59
commit
13827ef863
|
@ -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
|
0.3.0 - March 14, 2015
|
||||||
* Add client support for the DiscoverVersions and Query operations
|
* Add client support for the DiscoverVersions and Query operations
|
||||||
* Add client support for the CreateKeyPair and ReKeyKeyPair operations
|
* Add client support for the CreateKeyPair and ReKeyKeyPair operations
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -17,7 +17,7 @@ import setuptools
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name='PyKMIP',
|
name='PyKMIP',
|
||||||
version='0.3.0',
|
version='0.3.1',
|
||||||
description='KMIP v1.1 library',
|
description='KMIP v1.1 library',
|
||||||
keywords='KMIP',
|
keywords='KMIP',
|
||||||
author='Peter Hamilton',
|
author='Peter Hamilton',
|
||||||
|
|
Loading…
Reference in New Issue