mirror of https://github.com/nicolargo/glances.git
after commit 2.8.8
This commit is contained in:
parent
a1acfef0ab
commit
23a65b56f2
4
NEWS
4
NEWS
|
|
@ -2,6 +2,10 @@
|
|||
Glances Version 2
|
||||
==============================================================================
|
||||
|
||||
Version 2.9.0
|
||||
=============
|
||||
|
||||
|
||||
Version 2.8.8
|
||||
=============
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ import signal
|
|||
import sys
|
||||
|
||||
# Global name
|
||||
__version__ = '2.8.8'
|
||||
__version__ = '2.9.0_DEVELOP'
|
||||
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
|
||||
__license__ = 'LGPLv3'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue