Merge pull request #9 from OpenKMIP/ver/prep-release-0-3-1

PyKMIP - Release 0.3.1
This commit is contained in:
Peter Hamilton 2015-04-23 09:08:27 -04:00
commit 71936f8c37
2 changed files with 6 additions and 1 deletions

View File

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

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