mirror of https://github.com/nicolargo/glances.git
On the road of Glances 4.4.1
This commit is contained in:
parent
c523d20648
commit
a7ba827cc5
|
|
@ -20,7 +20,7 @@ import tracemalloc
|
|||
# Version should start and end with a numerical char
|
||||
# See https://packaging.python.org/specifications/core-metadata/#version
|
||||
# Examples: 1.0.0, 1.0.0rc1, 1.1.0_dev1
|
||||
__version__ = "4.4.0"
|
||||
__version__ = "4.4.1_dev1"
|
||||
__apiversion__ = '4'
|
||||
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
|
||||
__license__ = 'LGPLv3'
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ name: glances
|
|||
# Version sementic:
|
||||
# version+buildXX (00 for beta, 01..99 for stable releases)
|
||||
# Do not forget to set the source-branch option to master for release (see end of file)
|
||||
version: '4.4.0+build01'
|
||||
version: '4.4.1+build00'
|
||||
|
||||
summary: Glances an Eye on your system. A top/htop alternative.
|
||||
description: |
|
||||
|
|
@ -73,6 +73,6 @@ parts:
|
|||
source: https://github.com/nicolargo/glances.git
|
||||
# For releases, set to master
|
||||
# For beta/dev, set to develop
|
||||
source-branch: master
|
||||
source-branch: develop
|
||||
python-requirements:
|
||||
- docker-requirements.txt
|
||||
|
|
|
|||
Loading…
Reference in New Issue