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'