Skip to content

Commit 90f4934

Browse files
committed
Glances 4.1.2
1 parent 9b853d8 commit 90f4934

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

NEWS.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ Under development, see roadmap here: https://github.com/nicolargo/glances/milest
1010

1111
Contributors are welcome !
1212

13+
===============
14+
Version 4.1.2
15+
===============
16+
17+
Bug corrected:
18+
19+
* AttributeError: 'CpuPercent' object has no attribute 'cpu_percent' #2859
20+
1321
===============
1422
Version 4.1.1
1523
===============

glances/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# Global name
2020
# Version should start and end with a numerical char
2121
# See https://packaging.python.org/specifications/core-metadata/#version
22-
__version__ = '4.2.0_beta01'
22+
__version__ = '4.1.2'
2323
__apiversion__ = '4'
2424
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
2525
__license__ = 'LGPLv3'

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: glances
2-
version: '4.1.1+build01' # Put the current stable version+buildXX
2+
version: '4.1.2+build01' # Put the current stable version+buildXX
33

44
summary: Glances an Eye on your system. A top/htop alternative.
55
description: |

0 commit comments

Comments
 (0)