summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBharath Vignesh J K <52282402+RazCrimson@users.noreply.github.com>2024-05-15 14:50:23 +0530
committerBharath Vignesh J K <52282402+RazCrimson@users.noreply.github.com>2024-05-15 14:50:23 +0530
commit16621cf75ffe8031fdc1ee558d7369e81b46289e (patch)
tree1478d1497f7589bd7e44e370c53aae9d446b1cd4
parentabdbb00f3ec72bef6f5ea4d25a127fbd46592888 (diff)
-rw-r--r--NEWS.rst6
-rw-r--r--docs/api.rst2
-rwxr-xr-xdocs/man/glances.12
-rw-r--r--glances/__init__.py2
-rw-r--r--snap/snapcraft.yaml2
5 files changed, 10 insertions, 4 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 5cc726fd..2b2d8f90 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -3,6 +3,12 @@
==============================================================================
===============
+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 3f26e578..7991d04c 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 58ba62cd..eb65ad92 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 428ce8b6..1a156423 100644
--- a/glances/__init__.py
+++ b/glances/__init__.py
@@ -20,7 +20,7 @@ import sys
# 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 <nicolas@nicolargo.com>'
__license__ = 'LGPLv3'
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 14189a02..392bf9ea 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: |