Skip to content

Commit

Permalink
Glances 2.4.1 hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolargo committed May 20, 2015
1 parent 088c582 commit fcfa451
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 11 deletions.
5 changes: 0 additions & 5 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
Glances Version 2.x
==============================================================================

Version 2.5
===========

...

Version 2.4.1
=============

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.</p>
<p>This manual describes <em>Glances</em> version 2.4.1.</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.
This manual describes *Glances* version 2.4.1.

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.1'
__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" "USER COMMANDS"
.TH glances 1 "May, 2015" "version 2.4.1" "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.1',
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.tar.gz',
# download_url='https://s3.amazonaws.com/glances/glances-2.4.1.tar.gz',
license="LGPL",
keywords="cli curses monitoring system",
install_requires=get_requires(),
Expand Down

0 comments on commit fcfa451

Please sign in to comment.