From 11066526528b19a8b5e150099e792ae507479d57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sylvain=20Th=C3=A9nault?= Date: Wed, 20 Jul 2011 17:58:44 +0200 Subject: 0.24 --- __pkginfo__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '__pkginfo__.py') diff --git a/__pkginfo__.py b/__pkginfo__.py index d2e744190..bbc15f257 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -1,5 +1,5 @@ # pylint: disable=W0622,C0103 -# Copyright (c) 2003-2010 LOGILAB S.A. (Paris, FRANCE). +# Copyright (c) 2003-2011 LOGILAB S.A. (Paris, FRANCE). # http://www.logilab.fr/ -- mailto:contact@logilab.fr # # This program is free software; you can redistribute it and/or modify it under @@ -18,7 +18,7 @@ modname = distname = 'pylint' -numversion = (0, 23, 0) +numversion = (0, 24, 0) version = '.'.join([str(num) for num in numversion]) install_requires = ['logilab-common >= 0.53.0', 'logilab-astng >= 0.21.1'] -- cgit v1.2.1