summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2021-05-02 16:39:36 +0200
committernicolargo <nicolas@nicolargo.com>2021-05-02 16:39:36 +0200
commit4558e95678776ffb599c6748c37cfcbc02b8273e (patch)
tree5692ea25e36593e67dfd938cee0bda639d9596d3
parent69b6390f45e9a4add165d430c67b874984ed2321 (diff)
On the road of Glances 3.1.8
-rw-r--r--NEWS.rst8
-rw-r--r--glances/__init__.py2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 386a35b2..8cc59634 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -3,6 +3,14 @@ Glances Version 3
==============================================================================
===============
+Version 3.1.8
+===============
+
+Under Development.
+
+See roadmap here ==> https://github.com/nicolargo/glances/milestone/49
+
+===============
Version 3.1.7
===============
diff --git a/glances/__init__.py b/glances/__init__.py
index 7ea06ac8..ee63e48f 100644
--- a/glances/__init__.py
+++ b/glances/__init__.py
@@ -29,7 +29,7 @@ import sys
# Global name
# Version should start and end with a numerical char
# See https://packaging.python.org/specifications/core-metadata/#version
-__version__ = '3.1.7'
+__version__ = '3.1.8b1'
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
__license__ = 'LGPLv3'