diff --git a/NEWS b/NEWS.rst similarity index 99% rename from NEWS rename to NEWS.rst index df4ec8ac..afc26499 100644 --- a/NEWS +++ b/NEWS.rst @@ -29,6 +29,7 @@ Bugs corrected: * "sorted by ?" is displayed when setting the sort criterion to "USER" #1407 * IP plugin displays incorrect subnet mask #1417 * Glances PsUtil ValueError on IoCounter with TASK kernel options #1440 + * Per CPU in Web UI have some display issues. #1494 Others: diff --git a/glances/__init__.py b/glances/__init__.py index 94db627b..40633133 100644 --- a/glances/__init__.py +++ b/glances/__init__.py @@ -27,7 +27,7 @@ import signal import sys # Global name -__version__ = '3.1.1b0' +__version__ = '3.1.1RC1' __author__ = 'Nicolas Hennion ' __license__ = 'LGPLv3' diff --git a/requirements.txt b/requirements.txt index 63188914..85407a73 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -psutil==5.6.2 +psutil==5.6.3 future