Skip to content

Release 2.3.0

Compare
Choose a tag to compare
@whyscream whyscream released this 23 Dec 13:43
· 437 commits to master since this release
282e961

Summary:

  • Support for Python 2.7 is removed. Python 2.7 will be EOL on 2020-01-01.
  • Support for specifying an API key through the constructor (client = Client(api_key=...) is removed. Use client.set_api_key() or client.set_access_token() instead.
  • Support for Method.pricing is added.