From ca52a195f54bfc15c3fdb2d25cd318fb11b6413f Mon Sep 17 00:00:00 2001 From: nicolargo Date: Mon, 5 Oct 2015 21:19:07 +0200 Subject: [PATCH] Change version to 2.5 --- README.rst | 2 +- glances/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'