On the road of version 3.3.0

This commit is contained in:
nicolargo
2022-07-28 18:17:04 +02:00
parent 8e443d342c
commit f7260fb0d2
2 changed files with 7 additions and 1 deletions

View File

@@ -2,6 +2,12 @@
Glances changelog
==============================================================================
===============
Version 3.3.0
===============
Version under development: see roadmap here https://github.com/nicolargo/glances/milestone/60
===============
Version 3.2.7
===============

View File

@@ -19,7 +19,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.7'
__version__ = '3.3.0_beta1'
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
__license__ = 'LGPLv3'