Version 2.8.8

This commit is contained in:
nicolargo 2017-03-12 18:15:27 +01:00
parent 3f0094faec
commit a1acfef0ab
3 changed files with 7 additions and 3 deletions

6
NEWS
View File

@ -2,9 +2,13 @@
Glances Version 2 Glances Version 2
============================================================================== ==============================================================================
Version 2.9.0 Version 2.8.8
============= =============
Bugs corrected:
* Drop requests to check for outdated Glances version
* Windows OS - Global name standalone not defined again&again (#1030)
Version 2.8.7 Version 2.8.7
============= =============

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText. .\" Man page generated from reStructuredText.
. .
.TH "GLANCES" "1" "Mar 12, 2017" "2.8.7" "Glances" .TH "GLANCES" "1" "Mar 12, 2017" "2.8.8" "Glances"
.SH NAME .SH NAME
glances \- An eye on your system glances \- An eye on your system
. .

View File

@ -27,7 +27,7 @@ import signal
import sys import sys
# Global name # Global name
__version__ = '2.9.0_DEVELOP' __version__ = '2.8.8'
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>' __author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
__license__ = 'LGPLv3' __license__ = 'LGPLv3'