From d6880de0885ab8dc0ff69b69592ee77b967ef037 Mon Sep 17 00:00:00 2001 From: Peter Hamilton Date: Thu, 11 Jun 2015 10:16:41 -0400 Subject: [PATCH] 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 --- CHANGES.txt | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index f809fa7..76f7b3e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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 * Add KMIP profile information to the client * Add support for registering/retrieving SecretData and Opaque objects diff --git a/setup.py b/setup.py index 8fe3ea6..439a6e7 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ import setuptools setuptools.setup( name='PyKMIP', - version='0.3.1', + version='0.3.2', description='KMIP v1.1 library', keywords='KMIP', author='Peter Hamilton',