Peony Twitter version 2.0.0
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 fromPeonyClient
(#39) - Fixed the rtd documentation generation (#35)
- Fixed tests for Python 3.8+ and use Github actions for CI