From 8d0f099c3787454d445901451c72fce50d3290ea Mon Sep 17 00:00:00 2001 From: Nicolargo Date: Fri, 13 Jun 2014 20:15:13 +0200 Subject: [PATCH] Change the Glances file from RC to STABLE --- glances/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glances/__init__.py b/glances/__init__.py index 28b22ebd..20cec8c3 100644 --- a/glances/__init__.py +++ b/glances/__init__.py @@ -22,7 +22,7 @@ Init the Glances software """ __appname__ = 'glances' -__version__ = '2.0_RC4' +__version__ = '2.0' __author__ = 'Nicolas Hennion ' __license__ = 'LGPL'