~~~~~~~~~~~~~~~~~~~~ * Add client support for the DiscoverVersions and Query operations * Add client support for the CreateKeyPair and ReKeyKeyPair operations * Add support for registering and retrieving PublicKeys and PrivateKeys * Add unit demos demonstrating how to use individual KMIP client operations * Add custom configuration support to the KMIP client * Add inline documentation for new KMIP objects, attributes and payloads * Add additional unit test suites for new KMIP objects, attributes and payloads * Add dependency for the six library to handle Python version support * Update README with a condensed description and breakdown of the library * Fix bug with unindexed format strings (impacts Python 2.6) * Fix missing certificate file issue when installing library from PyPI
0.2
~~~~~~~~~~~~~~~~~~~~~~~~~ * Add configuration file support * Add client support for the Locate operation * Update README with additional information and reStructuredText format
0.1.1
Not secure
~~~~~~~~~~~~~~~~~~~~~~~~~~ * Fix bug with auto-installing third party dependencies
0.1
0.1.0
Not secure
~~~~~~~~~~~~~~~~~~~~~~~ * Add support for Python 3.3 and 3.4 * Add support for KMIP client/server SSL connections * Remove all Thrift library dependencies
0.0.1
Not secure
~~~~~~~~~~~~~~~~~~~~~~~ * Initial release * Add support for Python 2.6 and 2.7 * Add KMIP client and server * Add client/server support for Create, Get, Register, and Destroy operations * Add unit test suite