after commit 2.8.8

This commit is contained in:
nicolargo 2017-03-12 18:17:40 +01:00
parent a1acfef0ab
commit 23a65b56f2
2 changed files with 5 additions and 1 deletions

4
NEWS
View File

@ -2,6 +2,10 @@
Glances Version 2
==============================================================================
Version 2.9.0
=============
Version 2.8.8
=============

View File

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