summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2016-09-11 11:06:39 +0200
committernicolargo <nicolashennion@gmail.com>2016-09-11 11:06:39 +0200
commit9e3dacbb633645ae77a34a3522876b8ac4451b85 (patch)
treebb0a76433fc005c8ab2d4e8222b0ffba302119e1
parentcc9e7adbbf7d00ed5686b1d58955727567009ba4 (diff)
Glances 2.7.1
-rw-r--r--NEWS9
-rw-r--r--docs/man/glances.12
-rw-r--r--glances/__init__.py2
3 files changed, 8 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 482a6642..a8165708 100644
--- a/NEWS
+++ b/NEWS
@@ -2,10 +2,13 @@
Glances Version 2
==============================================================================
-Version 2.8
-===========
+Version 2.7.1
+=============
+
+Bugs corrected:
-...
+ * AMP plugin crashs on start with Python 3 (issue #917)
+ * Ports plugin crashs on start with Python 3 (issue #918)
Version 2.7
===========
diff --git a/docs/man/glances.1 b/docs/man/glances.1
index 74171f51..5b965869 100644
--- a/docs/man/glances.1
+++ b/docs/man/glances.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
-.TH "GLANCES" "1" "Sep 10, 2016" "2.7" "Glances"
+.TH "GLANCES" "1" "Sep 11, 2016" "2.7.1" "Glances"
.SH NAME
glances \- An eye on your system
.
diff --git a/glances/__init__.py b/glances/__init__.py
index 147ff9fa..163541c8 100644
--- a/glances/__init__.py
+++ b/glances/__init__.py
@@ -27,7 +27,7 @@ import sys
# Global name
__appname__ = 'glances'
-__version__ = '2.8_DEVELOP'
+__version__ = '2.7.1'
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
__license__ = 'LGPL'