From 4558e95678776ffb599c6748c37cfcbc02b8273e Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sun, 2 May 2021 16:39:36 +0200 Subject: On the road of Glances 3.1.8 --- NEWS.rst | 8 ++++++++ glances/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 386a35b2..8cc59634 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,14 @@ Glances Version 3 ============================================================================== +=============== +Version 3.1.8 +=============== + +Under Development. + +See roadmap here ==> https://github.com/nicolargo/glances/milestone/49 + =============== Version 3.1.7 =============== diff --git a/glances/__init__.py b/glances/__init__.py index 7ea06ac8..ee63e48f 100644 --- a/glances/__init__.py +++ b/glances/__init__.py @@ -29,7 +29,7 @@ import sys # Global name # Version should start and end with a numerical char # See https://packaging.python.org/specifications/core-metadata/#version -__version__ = '3.1.7' +__version__ = '3.1.8b1' __author__ = 'Nicolas Hennion ' __license__ = 'LGPLv3' -- cgit v1.2.3