summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-02-18 18:44:43 +0100
committerGitHub <noreply@github.com>2020-02-18 18:44:43 +0100
commit5e47e0bcba7585909a11e9c7424e864fc26a7fd2 (patch)
treefd808e05f549866b81fbaed527c0226355c02af3 /docs
parent41fcba5dd7ecbbc788814c722f31e630422ba28e (diff)
downloadpsutil-5e47e0bcba7585909a11e9c7424e864fc26a7fd2.tar.gz
Add C linter script (#1698)
Diffstat (limited to 'docs')
-rw-r--r--docs/DEVGUIDE.rst2
-rw-r--r--docs/index.rst4
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/DEVGUIDE.rst b/docs/DEVGUIDE.rst
index 0ec64c3c..170a40a9 100644
--- a/docs/DEVGUIDE.rst
+++ b/docs/DEVGUIDE.rst
@@ -36,7 +36,7 @@ Some useful make commands:
make test # run unit tests
make test-memleaks # run memory leak tests
make test-coverage # run test coverage
- make flake8 # run PEP8 linter
+ make lint # run Python (PEP8) and C linters
There are some differences between ``make`` on UNIX and Windows.
For instance, to run a specific Python version. On UNIX:
diff --git a/docs/index.rst b/docs/index.rst
index c5de1802..c6b9a8cc 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -2512,6 +2512,10 @@ Supported Python versions are 2.6, 2.7, 3.4+ and PyPy3.
Timeline
========
+- 2020-02-18:
+ `5.7.0 <https://pypi.org/project/psutil/5.7.0/#files>`__ -
+ `what's new <https://github.com/giampaolo/psutil/blob/master/HISTORY.rst#570>`__ -
+ `diff <https://github.com/giampaolo/psutil/compare/release-5.6.7...release-5.7.0#files_bucket>`__
- 2019-11-26:
`5.6.7 <https://pypi.org/project/psutil/5.6.7/#files>`__ -
`what's new <https://github.com/giampaolo/psutil/blob/master/HISTORY.rst#567>`__ -