Python Unified SDK v5.0.5
9 months ago by Robert Brodie
This is a patch release that fixes a small issue to allows a POS client to be created with either create_client()
or create_pos_client()
. Currently, passing in a config to create_client() will work, but this PR makes it easier to use create_pos_client() directly by passing a POS token.
Full Changelog: https://github.com/bitpay/python-bitpay-client/compare/5.0.4...5.0.5