Releases: orlnub123/cleverbot.py
Releases · orlnub123/cleverbot.py
1.2.1
Changes
- Removed "Status: ..." from the APIError error message
1.2.0
Changes
- Added passing of keyword arguments to requests.get and aiohttp.ClientSession.get
- Changed the cs and timeout arguments to keyword-only arguments
- Changed attr_list to _attr_list
1.1.0
Changes
- Added asynchronous functionality with asay
- Added error and status attributes to APIError, and a timeout attribute to Timeout
- Changed query to _query
- Removed unrelated parents from APIError, Timeout and DecodeError