From b466356f3c25d6361f7746de1d2ce2c020bf39e4 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sat, 21 Aug 2021 08:40:14 +0200 Subject: [PATCH] Back on the road of the version 3.2.4 --- NEWS.rst | 8 ++++++++ glances/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index fdcdd3de..3d56c220 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.1 =============== diff --git a/glances/__init__.py b/glances/__init__.py index 45e7ff7d..68083222 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.1' +__version__ = '3.2.4_beta03' __author__ = 'Nicolas Hennion ' __license__ = 'LGPLv3'