mirror of https://github.com/nicolargo/glances.git
version 4.3.0.4
This commit is contained in:
parent
80f330d866
commit
bc201df05b
8
NEWS.rst
8
NEWS.rst
|
|
@ -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
|
||||
===============
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
568
docs/api.rst
568
docs/api.rst
File diff suppressed because it is too large
Load Diff
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue