summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolargo <nicolas@nicolargo.com>2017-02-07 13:17:26 +0100
committerNicolargo <nicolas@nicolargo.com>2017-02-07 13:17:26 +0100
commitb38def991cc631b063873124c883a883888fc185 (patch)
tree0e79c6f0271fa0aa3c720acc1ad82296817b8110
parenta9bdff38d9f406fd189024452851f7d92724a9ec (diff)
version 2.8.2
-rw-r--r--NEWS3
-rw-r--r--docs/man/glances.12
-rw-r--r--glances/__init__.py2
3 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 5ed15c44..2c72655b 100644
--- a/NEWS
+++ b/NEWS
@@ -2,11 +2,12 @@
Glances Version 2
==============================================================================
-Version 2.X
+Version 2.8.2
=============
Bugs corrected:
+ * InfluxDB export in 2.8.1 is broken (issue #1026)
Version 2.8.1
=============
diff --git a/docs/man/glances.1 b/docs/man/glances.1
index 1e5f583d..aa8355e4 100644
--- a/docs/man/glances.1
+++ b/docs/man/glances.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
-.TH "GLANCES" "1" "Feb 06, 2017" "2.8.1" "Glances"
+.TH "GLANCES" "1" "Feb 07, 2017" "2.8.2" "Glances"
.SH NAME
glances \- An eye on your system
.
diff --git a/glances/__init__.py b/glances/__init__.py
index b388e28f..ac0d515a 100644
--- a/glances/__init__.py
+++ b/glances/__init__.py
@@ -27,7 +27,7 @@ import signal
import sys
# Global name
-__version__ = '2.8.2_DEVELOP'
+__version__ = '2.8.2'
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
__license__ = 'LGPLv3'