summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2017-02-01 19:35:23 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2017-02-01 19:35:23 +0100
commitcbd83bf3087ba83f27f0454ac6ee40084ca3d092 (patch)
treed4fc871857e5edcf2f44b6e7b8b53ed492fa1f08
parent84e706afcfa5e24523d6768579d0a11979cd15d8 (diff)
downloadpsutil-cbd83bf3087ba83f27f0454ac6ee40084ca3d092.tar.gz
update readme
-rw-r--r--HISTORY.rst1
-rw-r--r--psutil/__init__.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 78d89996..f867cbd7 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -21,6 +21,7 @@
- 948_: cannot install psutil with PYTHONOPTIMIZE=2.
- 950_: [Windows] Process.cpu_percent() was calculated incorrectly and showed
higher number than real usage.
+- 951_: [Windows] the uploaded wheels for Python 3.6 64 bit didn't work.
- 959_: psutil exception objects could not be pickled.
- 960_: Popen.wait() did not return the correct negative exit status if process
is ``kill()``ed by a signal.
diff --git a/psutil/__init__.py b/psutil/__init__.py
index 9054c615..a879e0dc 100644
--- a/psutil/__init__.py
+++ b/psutil/__init__.py
@@ -192,7 +192,7 @@ __all__ = [
]
__all__.extend(_psplatform.__extra__all__)
__author__ = "Giampaolo Rodola'"
-__version__ = "5.1.0"
+__version__ = "5.1.1"
version_info = tuple([int(num) for num in __version__.split('.')])
AF_LINK = _psplatform.AF_LINK
POWER_TIME_UNLIMITED = _common.POWER_TIME_UNLIMITED