From 6767a0966e9bd8cbedea408aed2c253b132edc77 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sat, 10 Oct 2015 11:34:03 +0200 Subject: [PATCH] After 2.5.1... --- NEWS | 5 +++++ glances/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index cbbee262..61e1f2a1 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,11 @@ Glances Version 2 ============================================================================== +Version 2.x +============= + + * ... + Version 2.5.1 ============= diff --git a/glances/__init__.py b/glances/__init__.py index 96467d73..3a5c33cb 100644 --- a/glances/__init__.py +++ b/glances/__init__.py @@ -20,7 +20,7 @@ """Init the Glances software.""" __appname__ = 'glances' -__version__ = '2.5.1' +__version__ = '2.6beta' __author__ = 'Nicolas Hennion ' __license__ = 'LGPL'