IMPORTANT
=========
This is the last release that will support Python 2.7 and 3.4. Future releases will require Python 3.5 or greater.
Bugs fixed
-----------
* Passphrases are now encoded as utf-8 instead of latin-1 (294)
* PGPUIDs without a selfsig no longer cause crashes (315)
* Fixed dash un-escaping to be applied unconditionally (341, 342)
* Fix the ordering of one-pass signatures (302)
Other Changes
-------------
* Updated unit tests to use [gpg 1.10](https://pypi.org/project/gpg/1.10.0/)
* Lots of documentation updates and cleanup