From 23dabffd77294fd294241b71d281e40d9c4648b3 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Thu, 27 May 2021 10:49:58 +0200 Subject: [PATCH] Put CPU improvement in test --- docs/man/glances.1 | 2 +- glances/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/man/glances.1 b/docs/man/glances.1 index 81e33c31..10ece0d5 100644 --- a/docs/man/glances.1 +++ b/docs/man/glances.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "GLANCES" "1" "May 26, 2021" "3.1.8b3" "Glances" +.TH "GLANCES" "1" "May 27, 2021" "3.1.8b4" "Glances" .SH NAME glances \- An eye on your system . diff --git a/glances/__init__.py b/glances/__init__.py index 4ef033c5..30f4cf02 100644 --- a/glances/__init__.py +++ b/glances/__init__.py @@ -2,7 +2,7 @@ # # This file is part of Glances. # -# Copyright (C) 2020 Nicolargo +# Copyright (C) 2021 Nicolargo # # Glances is free software; you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by @@ -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.8b3' +__version__ = '3.1.8b4' __author__ = 'Nicolas Hennion ' __license__ = 'LGPLv3'