0.1.2
Bugfixes:
- On Windows, carriage returns (CR) would be used on Python 2.7 when compareJIT files were created. The issue was fixed by replacing them with line breaks (LF)
.gitignore
was backported from master- Fixate several python linter/test package versions on Travis/AppVeyor
- Fix
wrong-import-order
pylint error messages - Python 3 was never properly supported on the 0.1 legacy branch, so stop running the linters using it
- Move Travis on from the Trusty image to the Xenial one
This is the last point release on 0.1.x and marks the end-of-life of the 0.1 legacy branch.