From f7260fb0d27cb5306e33a51cec4a4e5fed429ecb Mon Sep 17 00:00:00 2001 From: nicolargo Date: Thu, 28 Jul 2022 18:17:04 +0200 Subject: [PATCH] On the road of version 3.3.0 --- NEWS.rst | 6 ++++++ glances/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index be00a806..d7caa6b8 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -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 =============== diff --git a/glances/__init__.py b/glances/__init__.py index f38fd8e7..52f38258 100644 --- a/glances/__init__.py +++ b/glances/__init__.py @@ -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 ' __license__ = 'LGPLv3'