From caa60677f792040796efb125473a327d912aa9b6 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Wed, 6 Sep 2017 15:41:54 +0200 Subject: [PATCH] Creation of the maintenance branche for Glances 2.x --- NEWS | 5 +++++ glances/__init__.py | 2 +- snap/snapcraft.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 072a03ab..a1761154 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,11 @@ Glances Version 2 ============================================================================== +Version 2.11.1 +============== + + * ... + Version 2.11 ============ diff --git a/glances/__init__.py b/glances/__init__.py index f9f3db5d..604a83a3 100644 --- a/glances/__init__.py +++ b/glances/__init__.py @@ -27,7 +27,7 @@ import signal import sys # Global name -__version__ = '2.11' +__version__ = '2.11.1_DEVELOP' __author__ = 'Nicolas Hennion ' __license__ = 'LGPLv3' diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 0f2393b8..83f7b14c 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: glances -version: '2.11' +version: '2.11.1' summary: Glances an Eye on your system. A top/htop alternative. description: | Glances is a cross-platform monitoring tool which aims to present -- GitLab