summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2024-07-03 19:41:40 +0200
committernicolargo <nicolashennion@gmail.com>2024-07-03 19:41:40 +0200
commit90f4934c62eac8c42ab4df82e5e735901113570f (patch)
tree6d6855780b5b38596e734cb79884ac5412de1d4d
parent9b853d857b807626326e695439703a9008c1fa66 (diff)
Glances 4.1.2
-rw-r--r--NEWS.rst8
-rw-r--r--glances/__init__.py2
-rw-r--r--snap/snapcraft.yaml2
3 files changed, 10 insertions, 2 deletions
diff --git a/NEWS.rst b/NEWS.rst
index efbcc7ba..1ce3bd9a 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -11,6 +11,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
===============
diff --git a/glances/__init__.py b/glances/__init__.py
index 0c947574..40bb6410 100644
--- a/glances/__init__.py
+++ b/glances/__init__.py
@@ -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'
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 2d0c7274..28aa2fc4 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -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: |