On the road of the version 2.4

This commit is contained in:
Nicolargo 2015-01-31 14:02:45 +01:00
parent 358bb45b4a
commit 67e21a606e
3 changed files with 7 additions and 2 deletions

5
NEWS
View File

@ -2,6 +2,11 @@
Glances Version 2.x
==============================================================================
Version 2.4
===========
...
Version 2.3
===========

View File

@ -20,7 +20,7 @@
"""Init the Glances software."""
__appname__ = 'glances'
__version__ = '2.3'
__version__ = '2.4beta'
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
__license__ = 'LGPL'

View File

@ -52,7 +52,7 @@ def get_requires():
setup(
name='Glances',
version='2.3',
version='2.4beta',
description="A cross-platform curses-based monitoring tool",
long_description=open('README.rst').read(),
author='Nicolas Hennion',