* Ensure that the OpenIdBaseClient returns a munch object like the old BaseClient did.
* Minor fixes to some python3 compatibility.
-----
0.4.0
Not secure
-----
* Port most modules to a python2/python3 compatible codebase! Hooray!
* Deprecate the wiki client (it will be removed in the next major release).
* Switch over to using zanata for translations.
------
0.3.37
------
* Make the fedora_session file unhidden
* Instead of returning the JSON returned by fedoauth/ipsilon we return the response from the application when we sent to it the data returned by fedoauth/ipsilon.
* Update OpenIdProxyClient to allow specifying headers when sending a request
* Update bugzilla exception list.
------
0.3.36
Not secure
------
* Fix the OpenId BaseClient NullHandler for logging
------
0.3.35
Not secure
------
* Add Openid BaseClient for talking to our new web services that are using openid to auth. * flask_fas_openid can return the json data from the openid request instead of the html page if requested.
* Add a requirement on urllib3 in setup.py so that pip will install it.