summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2017-03-12 18:15:27 +0100
committernicolargo <nicolas@nicolargo.com>2017-03-12 18:15:27 +0100
commita1acfef0ab7663fd5e72a539300760ba0c0afd1b (patch)
treec16093fe9ada0ab2eeb883f37dfb825e1c3a66c4
parent3f0094faecd7a1e54bf5923adabf343ce474f1b2 (diff)
Version 2.8.8v2.8.8
-rw-r--r--NEWS6
-rw-r--r--docs/man/glances.12
-rw-r--r--glances/__init__.py2
3 files changed, 7 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 478b1ebd..c35a3f9e 100644
--- a/NEWS
+++ b/NEWS
@@ -2,9 +2,13 @@
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
=============
diff --git a/docs/man/glances.1 b/docs/man/glances.1
index 7b7540dc..d3b6f0a6 100644
--- a/docs/man/glances.1
+++ b/docs/man/glances.1
@@ -1,6 +1,6 @@
.\" 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
glances \- An eye on your system
.
diff --git a/glances/__init__.py b/glances/__init__.py
index 9b4cb49f..cb001b20 100644
--- a/glances/__init__.py
+++ b/glances/__init__.py
@@ -27,7 +27,7 @@ import signal
import sys
# Global name
-__version__ = '2.9.0_DEVELOP'
+__version__ = '2.8.8'
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
__license__ = 'LGPLv3'