From 74519added12873caf9ce00263c4cb404fd02ab5 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sat, 10 Jul 2021 09:10:33 +0200 Subject: [PATCH] Roadtrip to version 3.2.2 --- NEWS.rst | 8 ++++++++ glances/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 1e8baf54..d611e3c6 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -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 =============== diff --git a/glances/__init__.py b/glances/__init__.py index 103b1259..1f270d50 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.1' +__version__ = '3.2.2_beta0' __author__ = 'Nicolas Hennion ' __license__ = 'LGPLv3' -- GitLab