summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2015-10-05 21:19:07 +0200
committernicolargo <nicolashennion@gmail.com>2015-10-05 21:19:07 +0200
commitca52a195f54bfc15c3fdb2d25cd318fb11b6413f (patch)
treecc8c8569f15a26e8d261cf80a3bfdd69354194cb
parent0f1dbd4788c72c38570d18f7bdb7415455ad7535 (diff)
Change version to 2.5
-rw-r--r--README.rst2
-rw-r--r--glances/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 1d9c6323..8310ccdf 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 1cc4f5e2..d27d6484 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 <nicolas@nicolargo.com>'
__license__ = 'LGPL'