Glances 4.1.2

master
nicolargo 2024-07-03 19:41:40 +02:00
parent 9b853d857b
commit 90f4934c62
3 changed files with 10 additions and 2 deletions

View File

@ -10,6 +10,14 @@ Under development, see roadmap here: https://github.com/nicolargo/glances/milest
Contributors are welcome !
===============
Version 4.1.2
===============
Bug corrected:
* AttributeError: 'CpuPercent' object has no attribute 'cpu_percent' #2859
===============
Version 4.1.1
===============

View File

@ -19,7 +19,7 @@ import tracemalloc
# Global name
# Version should start and end with a numerical char
# See https://packaging.python.org/specifications/core-metadata/#version
__version__ = '4.2.0_beta01'
__version__ = '4.1.2'
__apiversion__ = '4'
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
__license__ = 'LGPLv3'

View File

@ -1,5 +1,5 @@
name: glances
version: '4.1.1+build01' # Put the current stable version+buildXX
version: '4.1.2+build01' # Put the current stable version+buildXX
summary: Glances an Eye on your system. A top/htop alternative.
description: |