Comment 3 for bug 1672458

Revision history for this message
Colin Watson (cjwatson) wrote :

0.14.0 (2018-05-08)
===================

  - Switch from buildout to tox.
  - Port from oauth to oauthlib. Some tests still need to use oauth until
    lazr.authentication is ported. [bug=1672458]
  - Use the distro module rather than platform.linux_distribution, since the
    latter is deprecated in Python 3.5 and will be removed in 3.7.
    [bug=1473577]