mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-05-13 19:30:08 +02:00
PyKMIP - Release 0.3.2
This update includes several features and bug fixes: * Add support for registering and retrieving Certificates * Update unit demos to work with Certificates * Reorganize test suite into unit and integration test suites * Remove old demo scripts * Fix bug with incorrect KeyMaterialStruct tag * Fix bug causing infinite recursion with object inheritance
This commit is contained in:
parent
bc180653d8
commit
d6880de088
@ -1,3 +1,11 @@
|
|||||||
|
0.3.2 - June 11, 2015
|
||||||
|
* Add support for registering and retrieving Certificates
|
||||||
|
* Update unit demos to work with Certificates
|
||||||
|
* Reorganize test suite into unit and integration test suites
|
||||||
|
* Remove old demo scripts
|
||||||
|
* Fix bug with incorrect KeyMaterialStruct tag
|
||||||
|
* Fix bug causing infinite recursion with object inheritance
|
||||||
|
|
||||||
0.3.1 - April 23, 2015
|
0.3.1 - April 23, 2015
|
||||||
* Add KMIP profile information to the client
|
* Add KMIP profile information to the client
|
||||||
* Add support for registering/retrieving SecretData and Opaque objects
|
* Add support for registering/retrieving SecretData and Opaque objects
|
||||||
|
2
setup.py
2
setup.py
@ -17,7 +17,7 @@ import setuptools
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name='PyKMIP',
|
name='PyKMIP',
|
||||||
version='0.3.1',
|
version='0.3.2',
|
||||||
description='KMIP v1.1 library',
|
description='KMIP v1.1 library',
|
||||||
keywords='KMIP',
|
keywords='KMIP',
|
||||||
author='Peter Hamilton',
|
author='Peter Hamilton',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user