version 4.0.4

This commit is contained in:
Bharath Vignesh J K 2024-05-15 14:50:23 +05:30
parent abdbb00f3e
commit 16621cf75f
5 changed files with 10 additions and 4 deletions

View File

@ -2,6 +2,12 @@
Glances ChangeLog
==============================================================================
===============
Version 4.0.4
===============
Hostfix release for support sensors on python3.8
===============
Version 4.0.3
===============

View File

@ -1080,7 +1080,7 @@ GET version
Get plugin stats::
# curl http://localhost:61208/api/4/version
"4.0.3"
"4.0.4"
GET wifi
--------

View File

@ -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

View File

@ -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'

View File

@ -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: |