On the road of Glances 4.1.0

This commit is contained in:
nicolargo 2024-05-12 10:49:45 +02:00
parent 562780f7f0
commit 374bf0944b
3 changed files with 10 additions and 2 deletions

View File

@ -2,6 +2,14 @@
Glances ChangeLog
==============================================================================
===============
Version 4.1.0
===============
Under development, see roadmap here: https://github.com/nicolargo/glances/milestone/68
Contributors are welcome !
===============
Version 4.0.0
===============

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.0_rc04'
__version__ = '4.1.0_beta01'
__apiversion__ = '4'
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
__license__ = 'LGPLv3'

View File

@ -1,5 +1,5 @@
name: glances
version: '4.0.0+rc02' ## '4.0.0'
version: '4.1.0+beta01' ## '4.0.0'
summary: Glances an Eye on your system. A top/htop alternative.
description: |