Skip to content

Commit

Permalink
Change version to 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolargo committed Oct 5, 2015
1 parent 0f1dbd4 commit ca52a19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion glances/__init__.py
Expand Up @@ -20,7 +20,7 @@
"""Init the Glances software."""

__appname__ = 'glances'
__version__ = '2.5RC1'
__version__ = '2.5'
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
__license__ = 'LGPL'

Expand Down

0 comments on commit ca52a19

Please sign in to comment.