Back on the road of the version 3.2.4

pull/1927/head
nicolargo 2021-08-21 08:40:14 +02:00
parent b164e36497
commit b466356f3c
2 changed files with 9 additions and 1 deletions

View File

@ -2,6 +2,14 @@
Glances changelog
==============================================================================
===============
Version 3.2.4
===============
Version under development. Please consult the roadmap here:
https://github.com/nicolargo/glances/milestone/53
===============
Version 3.2.3.1
===============

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.2.3.1'
__version__ = '3.2.4_beta03'
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
__license__ = 'LGPLv3'