On the road of the 1.7 version

This commit is contained in:
Nicolas Hennion 2013-03-23 22:38:44 +01:00
parent 7808ae5527
commit 5460f1c68f
3 changed files with 9 additions and 3 deletions

6
NEWS
View File

@ -1,3 +1,9 @@
Version 1.7
===========
* ...
Version 1.6.1
=============

View File

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

View File

@ -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',