- N/A
- Dropped support for Python 3.7 and 3.8
- Fixed various Pylint warnings and errors:
- Added encoding to
open()
calls - Replaced overly general exceptions with more specific ones
- Removed unused imports
- Fixed string formatting issues
- Added missing
timeout
parameter inrequests.get()
to prevent potential infinite waits - Renamed parameter
license
to avoid conflict with built-in constant
- Added encoding to
- Update upload, lint and test workflows
- Add typing and documentation to the functions where it is missing
- Add workflow to check for new entries in CHANGES.md file
- Add CHANGES.md file
- 2.0.5 (2024-01-11): Actions versions updated, supported Python versions updated, dependencies updated
- N/A