Skip to content

Commit

Permalink
Update version and doc for Glances 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolargo committed Aug 27, 2017
1 parent 5333086 commit ad4763e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Glances Version 2
==============================================================================

Version NEXT RELEASE
====================
Version 2.11
============

Enhancements and new features:

Expand All @@ -13,7 +13,7 @@ Enhancements and new features:

Bugs corrected:

* Installing GPU plugin crashes entire glances (issue #1102)
* Installing GPU plugin crashes entire Glances (issue #1102)
* Potential memory leak in Windows WebUI (issue #1056)
* glances_network `OSError: [Errno 19] No such device` (issue #1106)
* GPU plugin. <class 'TypeError'>: ... not JSON serializable"> (issue #1112)
Expand Down
2 changes: 1 addition & 1 deletion docs/man/glances.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "GLANCES" "1" "Aug 01, 2017" "2.10.1_DEVELOP" "Glances"
.TH "GLANCES" "1" "Aug 27, 2017" "2.11" "Glances"
.SH NAME
glances \- An eye on your system
.
Expand Down
2 changes: 1 addition & 1 deletion glances/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import sys

# Global name
__version__ = '2.10.1_DEVELOP'
__version__ = '2.11'
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
__license__ = 'LGPLv3'

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
psutil==5.2.0
psutil==5.2.2
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: glances
version: '2.10'
version: '2.11'
summary: Glances an Eye on your system. A top/htop alternative.
description: |
Glances is a cross-platform monitoring tool which aims to present
Expand Down

0 comments on commit ad4763e

Please sign in to comment.