From ae0e01c7da75282b73a9c2fe3ce09ed7cc00a351 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Tue, 24 May 2022 12:23:10 +0200 Subject: [PATCH] On the road of Glances version 3.2.7 --- NEWS.rst | 6 ++++++ glances/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 0ac29aac..9b416b6b 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,12 @@ Glances changelog ============================================================================== +=============== +Version 3.2.7 +=============== + + Under development: see roadmap here https://github.com/nicolargo/glances/milestone/59 + =============== Version 3.2.6 =============== diff --git a/glances/__init__.py b/glances/__init__.py index 54fa4b31..7d055c96 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.6' +__version__ = '3.2.7_beta01' __author__ = 'Nicolas Hennion ' __license__ = 'LGPLv3'