mirror of https://github.com/nicolargo/glances.git
Read player 3.1.2
This commit is contained in:
parent
91d406dd55
commit
3286e83ee0
9
NEWS.rst
9
NEWS.rst
|
|
@ -2,6 +2,15 @@
|
|||
Glances Version 3
|
||||
==============================================================================
|
||||
|
||||
Version 3.1.2
|
||||
=============
|
||||
|
||||
Enhancements and new features:
|
||||
|
||||
|
||||
Bugs corrected:
|
||||
|
||||
|
||||
Version 3.1.1
|
||||
=============
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ import signal
|
|||
import sys
|
||||
|
||||
# Global name
|
||||
__version__ = '3.1.1'
|
||||
__version__ = '3.1.2_BETA'
|
||||
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
|
||||
__license__ = 'LGPLv3'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue