Skip to content

Commit

Permalink
version 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolargo committed May 28, 2015
1 parent 6fac3ba commit 1f950e3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Version 2.4.2

Bugs corrected:

* Process no longer exists (again) (issue #613)
* Crash when "top extended stats" is enabled on OS X (issue #612)
* Graphical percentage bar displays "?" (issue #608)
* Quick look doesn't work (issue #605)
Expand Down
2 changes: 1 addition & 1 deletion docs/glances-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<div class="document" id="glances">
<h1 class="title">Glances</h1>

<p>This manual describes <em>Glances</em> version 2.4.1.</p>
<p>This manual describes <em>Glances</em> version 2.4.2.</p>
<p>Copyright © 2011-2015 Nicolas Hennion &lt;<a class="reference external" href="mailto:nicolas&#64;nicolargo.com">nicolas&#64;nicolargo.com</a>&gt;</p>
<p>May 2015</p>
<div class="contents topic" id="table-of-contents">
Expand Down
2 changes: 1 addition & 1 deletion docs/glances-doc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Glances
=======

This manual describes *Glances* version 2.4.1.
This manual describes *Glances* version 2.4.2.

Copyright © 2011-2015 Nicolas Hennion <nicolas@nicolargo.com>

Expand Down
2 changes: 1 addition & 1 deletion glances/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"""Init the Glances software."""

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

Expand Down
2 changes: 1 addition & 1 deletion man/glances.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH glances 1 "May, 2015" "version 2.4.1" "USER COMMANDS"
.TH glances 1 "May, 2015" "version 2.4.2" "USER COMMANDS"
.SH NAME
glances \- A cross-platform curses-based system monitoring tool
.SH SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ def get_requires():

setup(
name='Glances',
version='2.5beta',
version='2.4.2',
description="A cross-platform curses-based monitoring tool",
long_description=open('README.rst').read(),
author='Nicolas Hennion',
author_email='nicolas@nicolargo.com',
url='https://github.com/nicolargo/glances',
# download_url='https://s3.amazonaws.com/glances/glances-2.4.1.tar.gz',
# download_url='https://s3.amazonaws.com/glances/glances-2.4.2.tar.gz',
license="LGPL",
keywords="cli curses monitoring system",
install_requires=get_requires(),
Expand Down

0 comments on commit 1f950e3

Please sign in to comment.