* Stop building the man pages automatically * No more build-dependency on distutils
2.6.0
* Format the code * Make the build reproducible
2.5.0
* Add the "--with-xunit" and "--xunit-file" options * Increase yaml loading safety * Clean built manpages when running `./setup.py clean` * Do not rebuild manpages when it is not necessary * Depends on Python 3.3 or newer
2.0.0
* Port to Python3, drop support for Python2 * Allow to define remotes on the command line via the '--remote' option * Add the '--put-remotes-in-environment' option * Add a proper documentation for lift.yaml files * Code cleanup * Some small fixes
1.5.0
* Tests now stream their output to stdout as they run * Unicode handling improvements * Add new '--quiet' and '--detailed-summary' options to the lift binary * Remove the now useless '--verbose' option * Progress toward Python3 support (not there yet) * Various setup.py improvements * Many bug fixes