diff --git a/README.rst b/README.rst index 1d9c632398..8310ccdfd5 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/glances/__init__.py b/glances/__init__.py index 1cc4f5e24f..d27d6484ba 100644 --- a/glances/__init__.py +++ b/glances/__init__.py @@ -20,7 +20,7 @@ """Init the Glances software.""" __appname__ = 'glances' -__version__ = '2.5RC1' +__version__ = '2.5' __author__ = 'Nicolas Hennion ' __license__ = 'LGPL'