mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-24 05:15:47 +03:00
Update PSUtil req to 4.1.0 / Ready to tag 2.6
This commit is contained in:
parent
807ea3262b
commit
278add2bcf
@ -1,6 +1,6 @@
|
||||
.\" Man page generated from reStructuredText.
|
||||
.
|
||||
.TH "GLANCES" "1" "March 13, 2016" "2.6_RC1" "Glances"
|
||||
.TH "GLANCES" "1" "March 16, 2016" "2.6" "Glances"
|
||||
.SH NAME
|
||||
glances \- An eye on your system
|
||||
.
|
||||
|
@ -27,7 +27,7 @@ import sys
|
||||
|
||||
# Global name
|
||||
__appname__ = 'glances'
|
||||
__version__ = '2.6_RC1'
|
||||
__version__ = '2.6'
|
||||
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
|
||||
__license__ = 'LGPL'
|
||||
|
||||
|
@ -1 +1 @@
|
||||
psutil==4.0.0
|
||||
psutil==4.1.0
|
||||
|
Loading…
Reference in New Issue
Block a user