-
Notifications
You must be signed in to change notification settings - Fork 7
/
CHANGES
50 lines (32 loc) · 1.05 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
=======
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