From 282ee5be047cddc860d70bb2ac40068cbd994b1b Mon Sep 17 00:00:00 2001 From: Sylvain Th?nault Date: Tue, 22 Apr 2014 11:27:00 +0200 Subject: ensure doc has the correct version --- doc/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/conf.py b/doc/conf.py index b4b8fbd..d89693e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -48,9 +48,9 @@ copyright = u'2013-2014, Logilab and contributors' # built documents. # # The short X.Y version. -version = '1.1.0' +from pylint.__pkginfo__ import version # The full version, including alpha/beta/rc tags. -release = '1.1.0' +release = version # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- cgit v1.2.1