green v2.13.1 Release Notes

Release Date: 2019-02-11 // about 5 years ago
  • 11 Feb 2019

    • ๐Ÿ‘€ Tested Green with Django 2.1.5 -- it seems to work just fine. Something must have changed between Django 2.0.0 and 2.1.5 that eliminated the problem we were having.

    • Properly close the version file after reading it so it doesn't leave the file handle open for the duration of Green running. Contributed by Nickolas Grigoriadis in #200.

    • โฌ‡๏ธ Drop official support for Python 3.4, though Green will probably continue to work for Python 3.4 for some years before something actually breaks.

    • โœ‚ Remove code supporting Python 3.3. We dropped official support in 2015.

    • ๐Ÿ’… Drop termstyle dependency in favor of using only colorama. Contributed by Ogaday in #199 to resolve #186.

    • โœ… Show number of processes used in test summary. Contributed in #198 by Ogaday to resolve #85.

    • ๐Ÿ›  CI fixes/improvements - the world keeps changing.

    • ๐Ÿ›  Some typo fixes in README.md and help output