Skip to content

Peony Twitter version 2.0.0

Compare
Choose a tag to compare
@odrling odrling released this 24 May 23:25
· 54 commits to master since this release

This version has a few breaking changes, hence the version bump, you can check them in detail from the documentation.

Changes since 1.1.7:

  • Added exceptions for new Twitter error codes (#32)
  • Exceptions related to the Twitter error codes now inherit from the HTTP status that they are related to (reasoning behind this change in #32)
  • Removed the twitter_configuration attribute from PeonyClient (#39)
  • Fixed the rtd documentation generation (#35)
  • Fixed tests for Python 3.8+ and use Github actions for CI