Dropped support for unpickling bson.Binary objects. Use 4.x to restore objects that may contain those objects and then re-save them as bytes.
4.1.0
======
Refreshed package metadata.
4.0
===
Switch to `pkgutil namespace technique <https://packaging.python.org/guides/packaging-namespace-packages/#pkgutil-style-namespace-packages>`_ for the ``jaraco`` namespace.
3.6
===
* Bump to jsonpickle 0.9.5+ for integrated reduce support.