Skip to content

0.4.1

Compare
Choose a tag to compare
@nth10sd nth10sd released this 20 Apr 01:12
· 781 commits to master since this release

Bugfixes:

  • Fixed crashes in grabCrashLog by dealing with str/unicode types better
  • Made repos_update not update funfuzz anymore, since pip 10 no longer comes with a main method and we should not rely on the internals of pip
  • Simplified boto import code
  • Inlined platform detection code instead of relying on subprocesses
  • Tweaked Travis / AppVeyor CI configurations

Notes:

  • Windows is still on the 0.1.x legacy branch, until Python 3.5+ support is completed