summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2019-04-26 10:42:40 +0800
committerGiampaolo Rodola <g.rodola@gmail.com>2019-04-26 10:42:40 +0800
commite74f59b86bd3d98be915e42c8f470a52667280cc (patch)
tree0cc3d6e101de1480a334dd1843c8ab9fc7310185
parentc2b333b7dc051e9c0b62b619a35c6f4a321d0b5b (diff)
downloadpsutil-e74f59b86bd3d98be915e42c8f470a52667280cc.tar.gz
pre releaserelease-5.6.2
-rw-r--r--HISTORY.rst2
-rw-r--r--MANIFEST.in2
-rw-r--r--docs/index.rst4
3 files changed, 8 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index f1374241..3568c4c8 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -3,6 +3,8 @@
5.6.2
=====
+2019-04-26
+
**Enhancements**
- 604_: [UNIX, Windows] add new psutil.getloadavg() returning system load
diff --git a/MANIFEST.in b/MANIFEST.in
index 6ab7c648..027e4e94 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -77,6 +77,8 @@ include psutil/arch/windows/security.c
include psutil/arch/windows/security.h
include psutil/arch/windows/services.c
include psutil/arch/windows/services.h
+include psutil/arch/windows/wmi.c
+include psutil/arch/windows/wmi.h
include psutil/tests/README.rst
include psutil/tests/__init__.py
include psutil/tests/__main__.py
diff --git a/docs/index.rst b/docs/index.rst
index 95a5e2ce..09d4c3ed 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -2598,6 +2598,10 @@ take a look at the `development guide`_.
Timeline
========
+- 2019-0426:
+ `5.6.2 <https://pypi.org/project/psutil/5.6.2/#files>`__ -
+ `what's new <https://github.com/giampaolo/psutil/blob/master/HISTORY.rst#562>`__ -
+ `diff <https://github.com/giampaolo/psutil/compare/release-5.6.1...release-5.6.2#files_bucket>`__
- 2019-03-11:
`5.6.1 <https://pypi.org/project/psutil/5.6.1/#files>`__ -
`what's new <https://github.com/giampaolo/psutil/blob/master/HISTORY.rst#561>`__ -