summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2024-06-08 10:29:57 +0200
committernicolargo <nicolashennion@gmail.com>2024-06-08 10:29:57 +0200
commit9b0d0a7ff08f7c0e8394cfbd5193b0bb811d70dd (patch)
treef63f03e456bbda3e958c4c9c03758d6c78d103dc
parent8d3b3691e595592bd700b7ed64eca5b87c0a4f44 (diff)
Get back to Glances 4.1.0
-rw-r--r--glances/__init__.py2
-rw-r--r--snap/snapcraft.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/glances/__init__.py b/glances/__init__.py
index e8ff04cb..637c3197 100644
--- a/glances/__init__.py
+++ b/glances/__init__.py
@@ -19,7 +19,7 @@ import tracemalloc
# Global name
# Version should start and end with a numerical char
# See https://packaging.python.org/specifications/core-metadata/#version
-__version__ = '4.1.0_beta01'
+__version__ = '4.1.0_beta02'
__apiversion__ = '4'
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
__license__ = 'LGPLv3'
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 95f0098c..0a0f9db3 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -1,5 +1,5 @@
name: glances
-version: '4.0.5' ## '4.0.5'
+version: '4.0.8'
summary: Glances an Eye on your system. A top/htop alternative.
description: |