On the road of the next version. 3.1.3 or 3.2.0

This commit is contained in:
nicolargo 2019-08-27 16:41:17 +02:00
parent 77731465ae
commit d7cf39f751
2 changed files with 6 additions and 1 deletions

View File

@ -2,6 +2,11 @@
Glances Version 3
==============================================================================
Version 3.1.3
=============
...
Version 3.1.2
=============

View File

@ -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'