-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathNEWS.txt
56 lines (35 loc) · 799 Bytes
/
NEWS.txt
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
51
52
53
54
55
56
News
====
0.6.0
-----
*Release date: 14-Sept-2018*
* make python 2 & 3 explicit, thanks @cclauss
* fixed pylint > 1.9 dependencies
0.5.2
-----
*Release date: 21-Aug-2016*
* fix outfile parameter
0.5
---
*Release date: 12-Aug-2016*
* fix creating dirs on outfile
0.4
---
*Release date: 18-Nov-2015*
* allow to pipe commands like ``python setup.py lint install``
0.3
---
*Release date: 14-Jun-2014*
* Adding dependency handeling, similar to that of setuptools's test command,
such that required dependencies get fetched and added to the path prior to
running the lint
0.2
---
*Release date: 7-Apr-2014*
* Better support for packages
* Allow specification of PyLint config file either on commandline or as setup
keyword arg
0.1
---
*Release date: 5-Jun-2012*
* First release