summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2021-01-23 17:53:58 +0100
committernicolargo <nicolas@nicolargo.com>2021-01-23 17:53:58 +0100
commita676c875e58f3d95b591d504a7c7b764ec19cacf (patch)
tree44fab2008a488a560699580643799f4425e44a03
parent1b36ed92a213e56a5801a4d962de7e9164def927 (diff)
On the road of the version 3.1.7
-rw-r--r--NEWS.rst7
-rw-r--r--glances/__init__.py2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 37570a3b..e3ee7ec9 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -2,6 +2,13 @@
Glances Version 3
==============================================================================
+Version 3.1.7
+=============
+
+This version is under development.
+
+Please have a look on the roadmap: https://github.com/nicolargo/glances/milestone/47
+
Version 3.1.6
=============
diff --git a/glances/__init__.py b/glances/__init__.py
index b42ec3ff..c48b434e 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.6'
+__version__ = '3.1.7_beta'
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
__license__ = 'LGPLv3'