Releases: Kronopt/xkcd-wrapper
Releases · Kronopt/xkcd-wrapper
Version 1.0.2
Version 1.0.1
- Deprecate python 3.5
- Support python 3.9
- Update dependencies
Version 1.0.0
- Reworked xkcd API response json decoding
- Reworked
Comic
Client
andAsyncClient
can now retrieve comic images
Version 0.2.2
- Fixed failing to import xkcd_wrapper if either only requests or aiohttp were installed
Version 0.2.1
- Separate dependencies (you can now use the async implementation without having to install the sync dependencies and vice versa)
Version 0.2.0
- Async implementation
Version 0.1.0
- First xkcd-wrapper release
- Client and Comic classes