From 4994fd3f65cba8f62faea0d2fbf93caea2edfa98 Mon Sep 17 00:00:00 2001 From: Nicolas Hennion Date: Mon, 6 Oct 2014 11:31:33 +0200 Subject: [PATCH] On the road of the next version --- glances/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glances/__init__.py b/glances/__init__.py index 18b9743a..7c99560c 100644 --- a/glances/__init__.py +++ b/glances/__init__.py @@ -20,7 +20,7 @@ """Init the Glances software.""" __appname__ = 'glances' -__version__ = '2.1.1' +__version__ = '2.1.2_BETA' __author__ = 'Nicolas Hennion ' __license__ = 'LGPL'