On the road on the version 1.6.1

This commit is contained in:
Nicolas Hennion 2013-01-31 21:55:21 +01:00
parent 62db083233
commit 4be5ede3c2
3 changed files with 11 additions and 3 deletions

8
NEWS
View File

@ -1,3 +1,11 @@
Version 1.6.1
=============
* Correct a bug on the CPU process limit
* Take into account the number of core in the CPU process limit
* Code refactory: PsUtil < 0.4.1 is depredicated (Thk to Alessio)
Version 1.6
===========

View File

@ -19,7 +19,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
__appname__ = 'glances'
__version__ = "1.7alpha"
__version__ = "1.6.1a"
__author__ = "Nicolas Hennion <nicolas@nicolargo.com>"
__licence__ = "LGPL"

View File

@ -25,8 +25,8 @@ for mo in glob('i18n/*/LC_MESSAGES/*.mo'):
setup(
name='Glances',
version='1.6',
download_url='https://s3.amazonaws.com/glances/glances-1.6.tar.gz',
version='1.6.1a',
download_url='https://s3.amazonaws.com/glances/glances-1.6.1a.tar.gz',
url='https://github.com/nicolargo/glances',
description='CLI curses-based monitoring tool',
author='Nicolas Hennion',