v0.5.4
 * Fix incorrect protobuf DLL (#755)
 * Fix required KSP assemblies not being copied (#755)
 * Fix tmp directory not being deleted (#755)
 * Fix clientgen generating invalid python code for undocumented enumeration values (#757)

v0.4.9
 * Fix issue finding KSP_x64_Data directory (#523)
 * Add TestServer archive to bin directory (#532)

v0.4.8
 * Fix Python 3 compatibility
 * Fix template loading in docgen on Windows
 * Add documentation of game scenes for each RPC

v0.3.8
 * Clean up code to meet PEP 8 guidelines

v0.3.7
 * Fix bug parsing nested collection types
 * Fix bug generating key type for dictionaries

v0.3.6
 * Fix generating Java client stubs using krpc-clientgen with Python 3 (#308)

v0.3.4
 * Update protobuf to v3.0.0-beta-3

v0.2.2
 * Refactor into 'krpctools' package containing 'krpc-clientgen', 'krpc-docgen' and 'krpc-servicedefs'.
 * Fixes caused by removal of support for protobuf enumeration and custom protobuf messages from server and clients

v0.2.1
 * Initial version
