From b9881f126f7638820ebe3a2f8a4aa28f90c516b3 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sun, 11 Sep 2016 11:21:16 +0200 Subject: [PATCH] On the road of Glances 2.8 again --- NEWS | 5 +++++ glances/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a8165708..e2d119e3 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,11 @@ Glances Version 2 ============================================================================== +Version 2.8 +=========== + +... + Version 2.7.1 ============= diff --git a/glances/__init__.py b/glances/__init__.py index 163541c8..147ff9fa 100644 --- a/glances/__init__.py +++ b/glances/__init__.py @@ -27,7 +27,7 @@ import sys # Global name __appname__ = 'glances' -__version__ = '2.7.1' +__version__ = '2.8_DEVELOP' __author__ = 'Nicolas Hennion ' __license__ = 'LGPL'