From c624b513bb7eb42d1a6176892060e65e56480cdf Mon Sep 17 00:00:00 2001 From: David Douard Date: Fri, 10 Jan 2014 15:45:21 +0100 Subject: [doc] update version --- doc/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/conf.py b/doc/conf.py index 3aaf613..b4b8fbd 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -41,16 +41,16 @@ master_doc = 'index' # General information about the project. project = u'Pylint' -copyright = u'2013, Logilab and contributors' +copyright = u'2013-2014, Logilab and contributors' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '1.0.0' +version = '1.1.0' # The full version, including alpha/beta/rc tags. -release = '1.0.0' +release = '1.1.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- cgit v1.2.1