summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Hennion <nicolas@nicolargo.com>2012-12-28 18:50:56 +0100
committerNicolas Hennion <nicolas@nicolargo.com>2012-12-28 18:50:56 +0100
commit82a0d31213fcb02dcaca705f79ef03b0b4283056 (patch)
tree06c734c37d31183e0010f469fc2b1a66b2ebbfed
parent46801d12cbd746ea1f3e3099b95a20b8e460bca8 (diff)
version 1.5.2v1.5.2
-rwxr-xr-xglances/glances.py2
-rwxr-xr-xsetup.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/glances/glances.py b/glances/glances.py
index 038fb1a0..e81dbbe0 100755
--- a/glances/glances.py
+++ b/glances/glances.py
@@ -19,7 +19,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
__appname__ = 'glances'
-__version__ = "1.5.2b"
+__version__ = "1.5.2"
__author__ = "Nicolas Hennion <nicolas@nicolargo.com>"
__licence__ = "LGPL"
diff --git a/setup.py b/setup.py
index afd73d26..1de20473 100755
--- a/setup.py
+++ b/setup.py
@@ -23,8 +23,8 @@ for mo in glob('i18n/*/LC_MESSAGES/*.mo'):
data_files.append((dirname(mo).replace('i18n/', 'share/locale/'), [mo]))
setup(name='Glances',
- version='1.5.1',
- download_url='https://s3.amazonaws.com/glances/glances-1.5.1.tar.gz',
+ version='1.5.2',
+ download_url='https://s3.amazonaws.com/glances/glances-1.5.2.tar.gz',
url='https://github.com/nicolargo/glances',
description='CLI curses-based monitoring tool',
author='Nicolas Hennion',