Roadtrip to version 3.2.2

This commit is contained in:
nicolargo 2021-07-10 09:10:33 +02:00
parent d1c39b1bd0
commit 74519added
2 changed files with 9 additions and 1 deletions

View File

@ -2,6 +2,14 @@
Glances changelog
==============================================================================
===============
Version 3.2.2
===============
Under development, see roadmap here:
https://github.com/nicolargo/glances/milestone/51
===============
Version 3.2.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.1'
__version__ = '3.2.2_beta0'
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
__license__ = 'LGPLv3'