
=======
Changes
=======

0.5.0 (*2020-05-24*)
=======================

 - drop support for python 2.7, 3.3, 3.4
 - add support for python 3.6, 3.7, 3..8


0.4.0 (*2015-09-27*)
=======================

 - Coverage support param `--concurrency`
 - support python 3.5


0.3.0 (*2014-09-29*)
=======================

 - rename module `pypi` to package
 - create `package:manifest` creates a `MANIFEST.in` so it works with setuptools


0.2.0 (*2014-09-01*)
=======================

 - added module `docs`
 - added module `pypi`
 - coverage: support coverage of single modules
 - coverage: remove support getting a string path as a parameter
 - remove `confclass` module, use external `configclass`
 - `install_requires` does not include requirements for all modules
    i.e. you need to manually install `pyflakes`, `coverage`,...


0.1.1 (*2014-03-23*)
=======================

 - pyflakes: consider 'unicode' a builtin even on py3 to support code
   compatible with both py2 and py3.


0.1.0 (*2014-03-22*)
=======================

 - added pyflakes module
 - added coverage module