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'