diff --git a/CHANGELOG b/CHANGELOG index 8dac235..3786420 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +--- v0.6.2 [2015-12-02] --- + +* [NEW] Changed gevent version from 1.0.1 to 1.0.2. + +* [FIX] Fixed bug that showed incorrect disk usage percentage on the overview page. + --- v0.6.1 [2014-12-13] --- * [NEW] Changed psutil version from 2.1.1 to 2.1.3 diff --git a/psdash/__init__.py b/psdash/__init__.py index 8411e55..aece342 100644 --- a/psdash/__init__.py +++ b/psdash/__init__.py @@ -1 +1 @@ -__version__ = '0.6.1' +__version__ = '0.6.2'