Release 1.12.4
Changes in this release:
- Revise the retry algorithm in
timed_request()
again. - Make
timed_request()
print the response text in case of failures - Remove
extra_requires
fromsetup.py
because it caused installation problems due to the syntax of the requirements file and I don't have patience for figuring out whatsetuptools
needs this time.