mirror of
https://github.com/nicolargo/glances.git
synced 2025-01-05 08:39:15 +03:00
On the road of Glances 4.1.0
This commit is contained in:
parent
562780f7f0
commit
374bf0944b
8
NEWS.rst
8
NEWS.rst
@ -2,6 +2,14 @@
|
|||||||
Glances ChangeLog
|
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
|
Version 4.0.0
|
||||||
===============
|
===============
|
||||||
|
@ -20,7 +20,7 @@ import sys
|
|||||||
# Global name
|
# Global name
|
||||||
# Version should start and end with a numerical char
|
# Version should start and end with a numerical char
|
||||||
# See https://packaging.python.org/specifications/core-metadata/#version
|
# See https://packaging.python.org/specifications/core-metadata/#version
|
||||||
__version__ = '4.0.0_rc04'
|
__version__ = '4.1.0_beta01'
|
||||||
__apiversion__ = '4'
|
__apiversion__ = '4'
|
||||||
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
|
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
|
||||||
__license__ = 'LGPLv3'
|
__license__ = 'LGPLv3'
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: glances
|
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.
|
summary: Glances an Eye on your system. A top/htop alternative.
|
||||||
description: |
|
description: |
|
||||||
|
Loading…
Reference in New Issue
Block a user