summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--glances/__init__.py2
-rwxr-xr-xsetup.py2
3 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0f938474..8e96ea21 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,11 @@
Glances Version 2
==============================================================================
+Version 2.8.1
+=============
+
+...
+
Version 2.8
===========
diff --git a/glances/__init__.py b/glances/__init__.py
index a3245510..533d2e4a 100644
--- a/glances/__init__.py
+++ b/glances/__init__.py
@@ -27,7 +27,7 @@ import signal
import sys
# Global name
-__version__ = '2.8'
+__version__ = '2.8.1_DEVELOP'
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
__license__ = 'LGPL'
diff --git a/setup.py b/setup.py
index 25af9633..6adda9ad 100755
--- a/setup.py
+++ b/setup.py
@@ -75,7 +75,7 @@ setup(
'BROWSER': ['zeroconf>=0.17'],
'CPUINFO': ['py-cpuinfo'],
'CHART': ['matplotlib'],
- 'DOCKER': ['docker-py'],
+ 'DOCKER': ['docker>=2.0.2'],
'EXPORT': ['bernhard', 'cassandra-driver', 'couchdb', 'elasticsearch', 'influxdb>=1.0.0', 'pika', 'potsdb', 'pyzmq', 'statsd'],
'FOLDERS': ['scandir'],
'GPU': ['nvidia-ml-py'],