From 6866eeb3a4e476843cdd1a12aec10adfccea786b Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sun, 27 Aug 2017 14:04:17 +0200 Subject: [PATCH] Let's start Glances 3.x --- NEWS | 11 +++++++++++ glances/__init__.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 072a03ab..943bda38 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +============================================================================== +Glances Version 3 +============================================================================== + +Version 3.0 +=========== + +Enhancements and new features: + + * ... + ============================================================================== Glances Version 2 ============================================================================== diff --git a/glances/__init__.py b/glances/__init__.py index f9f3db5d..051fc573 100644 --- a/glances/__init__.py +++ b/glances/__init__.py @@ -27,7 +27,7 @@ import signal import sys # Global name -__version__ = '2.11' +__version__ = '3.0_DEV' __author__ = 'Nicolas Hennion ' __license__ = 'LGPLv3' -- GitLab