----------------- * Fix yet another py3 unicode issue.
1.3.2
----------------- * Fix stupid typo in multiline property display.
1.3.1
----------------- * Fix -ps bug with py3. * Check that public key does not have non-ascii characters.
1.3
--------------- * Replace markdown docs with rst. * Fix so tests work with py3. * First warn when keys expire in less than 25 days.
1.2.1
----------------- * CLI, fix -c and -P on python3. * CLI, add --version/-V. * Lib, allow PGP PUBLIC KEY block without headers.
1.2.0
----------------- * 1: CLI -c create on an existing object now fails as expected. * 5: CLI client is now Python3 compatible. Also fix issue with certain binary output. * 8: CLI -s search now does ``[KEY=][VALUE]``, not ``[KEY][=VALUE]``. * 10/18: Be more tolerant of +excess +users. * 15: Ignore SIGPIPE on stdout. * 17: CLI search which gets too many results now shows clear error. * Fix python3 support for the CLI.