On the road of the version 3.1.7

This commit is contained in:
nicolargo 2021-01-23 17:53:58 +01:00
parent 1b36ed92a2
commit a676c875e5
2 changed files with 8 additions and 1 deletions

View File

@ -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
=============

View File

@ -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'