From 278add2bcfe77d6d1bf89c8ad9ddf2c0e690f41d Mon Sep 17 00:00:00 2001 From: nicolargo Date: Wed, 16 Mar 2016 17:41:07 +0100 Subject: [PATCH] Update PSUtil req to 4.1.0 / Ready to tag 2.6 --- docs/man/glances.1 | 2 +- glances/__init__.py | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/man/glances.1 b/docs/man/glances.1 index 076a43d9..0018d8a1 100644 --- a/docs/man/glances.1 +++ b/docs/man/glances.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "GLANCES" "1" "March 13, 2016" "2.6_RC1" "Glances" +.TH "GLANCES" "1" "March 16, 2016" "2.6" "Glances" .SH NAME glances \- An eye on your system . diff --git a/glances/__init__.py b/glances/__init__.py index 8187f67d..c937e820 100644 --- a/glances/__init__.py +++ b/glances/__init__.py @@ -27,7 +27,7 @@ import sys # Global name __appname__ = 'glances' -__version__ = '2.6_RC1' +__version__ = '2.6' __author__ = 'Nicolas Hennion ' __license__ = 'LGPL' diff --git a/requirements.txt b/requirements.txt index 0c93b28d..60d3a2b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -psutil==4.0.0 +psutil==4.1.0