diff --git a/NEWS.rst b/NEWS.rst index 66fe35b6..b4be1847 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,14 @@ Glances ChangeLog ============================================================================== +=============== +Version 4.1.0 +=============== + +Under development, see roadmap here: https://github.com/nicolargo/glances/milestone/68 + +Contributors are welcome ! + =============== Version 4.0.0 =============== diff --git a/glances/__init__.py b/glances/__init__.py index d58b0252..a8d3ce28 100644 --- a/glances/__init__.py +++ b/glances/__init__.py @@ -20,7 +20,7 @@ import sys # Global name # Version should start and end with a numerical char # See https://packaging.python.org/specifications/core-metadata/#version -__version__ = '4.0.0_rc04' +__version__ = '4.1.0_beta01' __apiversion__ = '4' __author__ = 'Nicolas Hennion ' __license__ = 'LGPLv3' diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 930102fa..cc8bd1ee 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: glances -version: '4.0.0+rc02' ## '4.0.0' +version: '4.1.0+beta01' ## '4.0.0' summary: Glances an Eye on your system. A top/htop alternative. description: |