diff --git a/NEWS.rst b/NEWS.rst index 5cc726fd7a..2b2d8f906d 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,12 @@ Glances ChangeLog ============================================================================== +=============== +Version 4.0.4 +=============== + +Hostfix release for support sensors on python3.8 + =============== Version 4.0.3 =============== diff --git a/docs/api.rst b/docs/api.rst index 3f26e5787a..7991d04c5c 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -1080,7 +1080,7 @@ GET version Get plugin stats:: # curl http://localhost:61208/api/4/version - "4.0.3" + "4.0.4" GET wifi -------- diff --git a/docs/man/glances.1 b/docs/man/glances.1 index 58ba62cd6b..eb65ad9240 100755 --- a/docs/man/glances.1 +++ b/docs/man/glances.1 @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. -.TH "GLANCES" "1" "May 15, 2024" "4.0.3" "Glances" +.TH "GLANCES" "1" "May 15, 2024" "4.0.4" "Glances" .SH NAME glances \- An eye on your system .SH SYNOPSIS diff --git a/glances/__init__.py b/glances/__init__.py index 428ce8b60a..1a15642375 100644 --- a/glances/__init__.py +++ b/glances/__init__.py @@ -20,7 +20,7 @@ # Global name # Version should start and end with a numerical char # See https://packaging.python.org/specifications/core-metadata/#version -__version__ = '4.0.3' +__version__ = '4.0.4' __apiversion__ = '4' __author__ = 'Nicolas Hennion ' __license__ = 'LGPLv3' diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 14189a02ab..392bf9ea9d 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: glances -version: '4.0.3' +version: '4.0.4' summary: Glances an Eye on your system. A top/htop alternative. description: |