From 29298a4f9a8bd2712a1f754595066c478d2b75ee Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sat, 21 Jan 2017 14:42:24 +0100 Subject: [PATCH] Change version to 2.8 --- glances/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glances/__init__.py b/glances/__init__.py index 58b834a8..a3245510 100644 --- a/glances/__init__.py +++ b/glances/__init__.py @@ -27,7 +27,7 @@ import signal import sys # Global name -__version__ = '2.8_DEVELOP' +__version__ = '2.8' __author__ = 'Nicolas Hennion ' __license__ = 'LGPL' -- GitLab