------------------ * Updated the REST client to attach an additional query string parameter to all GET requests. The parameter, 'no-cache', is a timestamp and ensures that the Coinbase server responds to all GET requests with fresh and not cached content.
1.2.5
------------------ * Updated copra.websocket.client unit tests to ignore those that are incompatible with Python 3.5 due to Mock methods that were not yet implemented.
1.2.0
------------------ * Created copra.rest package and moved old copra.rest module to copra.rest.client. * Created copra.websocket package and moved old copra.websocket module to copra.websocket.client. * Add imports to copra.rest.__init__ and copra.websocket.__init__ so that classes and attributes can still be imported as they were before. * Rewrote and completed unit tests from copra.websocket.