From 07f006315108166de99b129a5e7ca326383f712e 2013-05-07 01:04:11 From: MinRK Date: 2013-05-07 01:04:11 Subject: [PATCH] remove reference to nonexistent 0.14 in deprecation warning --- diff --git a/IPython/lib/kernel.py b/IPython/lib/kernel.py index 63d940a..2088d68 100644 --- a/IPython/lib/kernel.py +++ b/IPython/lib/kernel.py @@ -4,7 +4,7 @@ Moved to IPython.kernel.connect """ import warnings -warnings.warn("IPython.lib.kernel moved to IPython.kernel.connect in IPython 0.14", +warnings.warn("IPython.lib.kernel moved to IPython.kernel.connect in IPython 1.0", DeprecationWarning )