* Bodhi2Client query: document new _before query params * Also perform request retries for failed POST requests.
-----
0.6.3
-----
* Adjust download URL for pypi.
-----
0.6.2
-----
* Force the Bodhi2 url in the BodhiClient shim (for /usr/bin/bodhi).
-----
0.6.1
-----
* Fix a bug in the BodhiClient where the Bodhi2Client would try to use the old Bodhi1 base url. * Raise an AuthError if no username or password is provided to the openid login function.
-----
0.6.0
-----
* Cache session cookies between use for clients using OpenID. * Retry failed requests for clients using OpenID * Remove Bodhi server version detection code. * Python3 support for the BodhiClient. * Drop support for python-requests-1.x
-----
0.5.6
-----
* Python2.6 fix for string formatting in the BodhiClient.