diff --git a/docs/man/glances.1 b/docs/man/glances.1 index 076a43d97070ed281c222525f7e2466c6bd2cab5..0018d8a1bae26559ba77d034885c89cb8ea75a5a 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 8187f67dc12383323b26b0adab2b7c2fdb7f2c0b..c937e820679cfd5e2528f0be5502b2b11d2f6dcf 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 0c93b28d2d33813666ae4dcf91f4ce81398c2589..60d3a2b7532a997cfbff221d55e6538107cfa019 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -psutil==4.0.0 +psutil==4.1.0