diff --git a/NEWS.rst b/NEWS.rst index 5deace84..30b47d4b 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -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 =============== diff --git a/glances/__init__.py b/glances/__init__.py index 0661ed17..641f0681 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.2.3' +__version__ = '3.2.4_Beta01' __author__ = 'Nicolas Hennion ' __license__ = 'LGPLv3'