mirror of https://github.com/nicolargo/glances.git
On the road of the next version. 3.1.3 or 3.2.0
This commit is contained in:
parent
77731465ae
commit
d7cf39f751
5
NEWS.rst
5
NEWS.rst
|
|
@ -2,6 +2,11 @@
|
|||
Glances Version 3
|
||||
==============================================================================
|
||||
|
||||
Version 3.1.3
|
||||
=============
|
||||
|
||||
...
|
||||
|
||||
Version 3.1.2
|
||||
=============
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ import signal
|
|||
import sys
|
||||
|
||||
# Global name
|
||||
__version__ = '3.1.2'
|
||||
__version__ = '3.1.3_BETA'
|
||||
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
|
||||
__license__ = 'LGPLv3'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue