From 51c90c4a1f295cb3d2b82902bcbc14b0e929d225 Mon Sep 17 00:00:00 2001 From: Nicolargo Date: Wed, 29 Mar 2017 12:02:08 +0200 Subject: [PATCH] After version 2.9.1 --- NEWS | 7 ++++++- glances/__init__.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index e794b711..ed179f50 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,11 @@ Glances Version 2 ============================================================================== +Version 2.9.2 +============= + + * ... + Version 2.9.1 ============= @@ -9,7 +14,7 @@ Bugs corrected: * Glances PerCPU issues with Curses UI on Android (issue #1071) * Remove extra } in format string (issue #1073) - + Version 2.9.0 ============= diff --git a/glances/__init__.py b/glances/__init__.py index 8a1d1c79..f72b6542 100644 --- a/glances/__init__.py +++ b/glances/__init__.py @@ -27,7 +27,7 @@ import signal import sys # Global name -__version__ = '2.9.1' +__version__ = '2.9.2_DEVELOP' __author__ = 'Nicolas Hennion ' __license__ = 'LGPLv3'