From 5460f1c68f576b13021c4a5ace241e32a6cb79a1 Mon Sep 17 00:00:00 2001 From: Nicolas Hennion Date: Sat, 23 Mar 2013 22:38:44 +0100 Subject: [PATCH] On the road of the 1.7 version --- NEWS | 6 ++++++ glances/glances.py | 2 +- setup.py | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 8740262a..3264373d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Version 1.7 +=========== + + * ... + + Version 1.6.1 ============= diff --git a/glances/glances.py b/glances/glances.py index 0c06ac6a..225c5fa4 100644 --- a/glances/glances.py +++ b/glances/glances.py @@ -19,7 +19,7 @@ # along with this program. If not, see . __appname__ = 'glances' -__version__ = "1.6.1" +__version__ = "1.7a" __author__ = "Nicolas Hennion " __licence__ = "LGPL" diff --git a/setup.py b/setup.py index 17161fc1..b4957586 100755 --- a/setup.py +++ b/setup.py @@ -30,8 +30,8 @@ for mo in glob.glob('i18n/*/LC_MESSAGES/*.mo'): setup( name='Glances', - version='1.6.1', - download_url='https://s3.amazonaws.com/glances/glances-1.6.1.tar.gz', + version='1.7a', + download_url='https://s3.amazonaws.com/glances/glances-1.7a.tar.gz', url='https://github.com/nicolargo/glances', description='CLI curses-based monitoring tool', author='Nicolas Hennion',