Skip to content

Commit

Permalink
version 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolargo committed May 12, 2016
1 parent 9c08a38 commit 59788e9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
Glances Version 2
==============================================================================

Version 2.7
===========
Version 2.6.2
=============

Bugs corrected:

* Crash on launch when viewing temperature of laptop HDD in sleep mode (issue #824)
* Crash with Docker 1.11 (issue #848)

Version 2.6.1
=============
Expand Down
2 changes: 1 addition & 1 deletion docs/man/glances.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "GLANCES" "1" "March 26, 2016" "2.6.1" "Glances"
.TH "GLANCES" "1" "May 12, 2016" "2.6.2" "Glances"
.SH NAME
glances \- An eye on your system
.
Expand Down
2 changes: 1 addition & 1 deletion glances/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

# Global name
__appname__ = 'glances'
__version__ = '2.7_BETA'
__version__ = '2.6.2'
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
__license__ = 'LGPL'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def get_requires():

setup(
name='Glances',
version='2.6.1',
version='2.6.2',
description="A cross-platform curses-based monitoring tool",
long_description=open('README.rst').read(),
author='Nicolas Hennion',
Expand Down

0 comments on commit 59788e9

Please sign in to comment.