version 4.3.0.4

This commit is contained in:
nicolargo 2024-12-28 09:07:25 +01:00
parent 80f330d866
commit bc201df05b
5 changed files with 268 additions and 314 deletions

View File

@ -2,6 +2,14 @@
Glances ChangeLog
==============================================================================
===============
Version 4.3.0.4
===============
Continuous integration and documentation:
* Pin Python version in Ubuntu image to 3.12
===============
Version 4.3.0.3
===============

View File

@ -9,7 +9,7 @@
# Note: ENV is for future running containers. ARG for building your Docker image.
ARG IMAGE_VERSION=24.04
ARG PYTHON_VERSION=3.13
ARG PYTHON_VERSION=3.12
##############################################################################
# Base layer to be used for building dependencies and the release images

File diff suppressed because it is too large Load Diff

View File

@ -28,7 +28,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" "Dec 27, 2024" "4.3.0.3" "Glances"
.TH "GLANCES" "1" "Dec 28, 2024" "4.3.0.4" "Glances"
.SH NAME
glances \- An eye on your system
.SH SYNOPSIS

View File

@ -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.3.0.3"
__version__ = "4.3.0.4"
__apiversion__ = '4'
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
__license__ = 'LGPLv3'