From: Federico Brega <charon.66@gmail.com>
Subject: Disable automatic check for a new release

This feature is useless in Debian and can be suspect of tracking.
--- a/cyclograph/version.py
+++ b/cyclograph/version.py
@@ -28,7 +28,7 @@
 # the latest version.
 # It is intended for environments where the installable software is controlled
 # as are distribution.
-VERSION_CHECK_ENABLED = True
+VERSION_CHECK_ENABLED = False
 
 
 class LastVersionQuery(threading.Thread):
