From f0eeeb2a8ef0e0979fbcf34c0e5704cfe8ef5548 Mon Sep 17 00:00:00 2001 From: Michele Tartara <mtartara@google.com> Date: Thu, 28 Mar 2013 09:19:38 +0000 Subject: [PATCH] Fix error in the developer notes The version numbers of two programs had been swapped. Signed-off-by: Michele Tartara <mtartara@google.com> Reviewed-by: Helga Velroyen <helgav@google.com> --- doc/devnotes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/devnotes.rst b/doc/devnotes.rst index 3aa032d3e..d6cfc2c46 100644 --- a/doc/devnotes.rst +++ b/doc/devnotes.rst @@ -50,9 +50,9 @@ Installation of all dependencies listed here:: $ apt-get install python-yaml $ cd / && sudo easy_install \ sphinx \ - logilab-astng==0.25.1 \ + logilab-astng==0.23.1 \ logilab-common==0.58.0 \ - pylint==0.23.1 \ + pylint==0.25.1 \ pep8==1.2 \ coverage -- GitLab