summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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',