From f82eb4a151ee28eda99a4530596ba2f4b9483d41 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sun, 25 Feb 2018 15:20:48 +0100 Subject: [PATCH] Glances 3.0 RC1 --- NEWS | 1 + glances/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 46df95bf..5afaf68b 100644 --- a/NEWS +++ b/NEWS @@ -41,6 +41,7 @@ Bugs corrected: * Glances do not exit when eating 'q' #1207 * FreeBSD blackhole bug #1202 * Glances crashes when mountpoint with non ASCII characters exists #1201 + * [WEB UI] Minor issue on the Web UI #1240 Backward-incompatible changes: diff --git a/glances/__init__.py b/glances/__init__.py index 3b79c9c5..30ab6f2b 100644 --- a/glances/__init__.py +++ b/glances/__init__.py @@ -27,7 +27,7 @@ import signal import sys # Global name -__version__ = '3.0.dev0' +__version__ = '3.0.rc1' __author__ = 'Nicolas Hennion ' __license__ = 'LGPLv3'