O, the road of the next release

This commit is contained in:
nicolargo 2016-03-26 17:55:08 +01:00
parent 11659ac002
commit edb9eedf32
2 changed files with 6 additions and 1 deletions

5
NEWS
View File

@ -2,6 +2,11 @@
Glances Version 2
==============================================================================
Version 2.7
===========
* ...
Version 2.6.1
=============

View File

@ -27,7 +27,7 @@ import sys
# Global name
__appname__ = 'glances'
__version__ = '2.6.1'
__version__ = '2.7_BETA'
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
__license__ = 'LGPL'