mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-06-26 16:54:23 +02:00
PyKMIP - Release v0.2.0
This update includes several new features, including: * client support for the Locate operation * configuration file support * README updates in content and formatting
This commit is contained in:
parent
58c42f1098
commit
f398d38f50
20
CHANGES.txt
20
CHANGES.txt
@ -1 +1,19 @@
|
|||||||
v0.0.1, August 12 2014 -- Initial release.
|
0.2.0 - November 12, 2014
|
||||||
|
* Add configuration file support
|
||||||
|
* Add client support for the Locate operation
|
||||||
|
* Update README with additional information and reStructuredText format
|
||||||
|
|
||||||
|
0.1.1 - September 12, 2014
|
||||||
|
* Fix bug with auto-installing third party dependencies
|
||||||
|
|
||||||
|
0.1.0 - August 28, 2014
|
||||||
|
* 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 - August 12, 2014
|
||||||
|
* 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
|
2
setup.py
2
setup.py
@ -17,7 +17,7 @@ import setuptools
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name='PyKMIP',
|
name='PyKMIP',
|
||||||
version='0.1.1',
|
version='0.2.0',
|
||||||
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