2
0
mirror of https://github.com/openkmip/pykmip synced 2025-12-16 00:04:26 +00:00

PyKMIP - Release 0.4.1

This update includes several new features:
* Add support for the GetAttributeList operation
* Add integration with Travis CI, Codecov/Coveralls, and Bandit
* Add client/server failover support using multiple IP addresses
* Add additional attribute unit tests
* Update implementations of KMIP primitives
* Reorganize server code to prepare for refactoring
* Remove use of exec when handling library version numbers
* Remove broken server script
This commit is contained in:
Peter Hamilton
2015-12-02 12:49:59 -05:00
parent 9092a30777
commit edb215311b
2 changed files with 11 additions and 1 deletions

View File

@@ -13,4 +13,4 @@
# License for the specific language governing permissions and limitations
# under the License.
__version__ = '0.4.0'
__version__ = '0.4.1'