From d7cf39f751bb00fcb51603fa50926376fb01e00e Mon Sep 17 00:00:00 2001 From: nicolargo Date: Tue, 27 Aug 2019 16:41:17 +0200 Subject: [PATCH] On the road of the next version. 3.1.3 or 3.2.0 --- NEWS.rst | 5 +++++ glances/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 307e404a..0f1f86ed 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,11 @@ Glances Version 3 ============================================================================== +Version 3.1.3 +============= + + ... + Version 3.1.2 ============= diff --git a/glances/__init__.py b/glances/__init__.py index e2d5976c..e2d46fe9 100644 --- a/glances/__init__.py +++ b/glances/__init__.py @@ -27,7 +27,7 @@ import signal import sys # Global name -__version__ = '3.1.2' +__version__ = '3.1.3_BETA' __author__ = 'Nicolas Hennion ' __license__ = 'LGPLv3'