Skip to content

Commit 6e3424b

Browse files
committed
Glances 3.0.2 (Hotfix version)
1 parent 6b05640 commit 6e3424b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/man/glances.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Man page generated from reStructuredText.
22
.
3-
.TH "GLANCES" "1" "Sep 04, 2018" "3.0.1" "Glances"
3+
.TH "GLANCES" "1" "Sep 29, 2018" "3.0.2" "Glances"
44
.SH NAME
55
glances \- An eye on your system
66
.

glances/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import sys
2828

2929
# Global name
30-
__version__ = '3.0.1'
30+
__version__ = '3.0.2'
3131
__author__ = 'Nicolas Hennion <[email protected]>'
3232
__license__ = 'LGPLv3'
3333

0 commit comments

Comments
 (0)