What's Changed
- Replace d.get(k, None) calls with d.get(k) by @bswck in #91
- Emit unexpected status code warning to stderr by @bswck in #92
- Fixed key issue and post version type issues. by @GrandMoff100 in #95
- Replaced os.path.join with urllib.parse.urljoin by @GrandMoff100 in #97
New Contributors
Full Changelog: v3.0.3.post1...v3.0.3.post2