Change version to 2.5

This commit is contained in:
nicolargo 2015-10-05 21:19:07 +02:00
parent 0f1dbd4788
commit ca52a195f5
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ To install, simply use ``pip``:
pip install glances
*Note*: Python headers are required to install psutil. For example,
*Note*: Python headers are required to install `psutil`_. For example,
on Debian/Ubuntu you need to install first the *python-dev* package.
You can also install the following libraries in order to use optional

View File

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