summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Douard <david.douard@logilab.fr>2014-01-10 15:45:21 +0100
committerDavid Douard <david.douard@logilab.fr>2014-01-10 15:45:21 +0100
commitc624b513bb7eb42d1a6176892060e65e56480cdf (patch)
tree57d593111c0d7b3932c1989827c08fd7644b87fd /doc
parent799f49bfc607691acbe677c10e2f69de7ff402c6 (diff)
downloadpylint-c624b513bb7eb42d1a6176892060e65e56480cdf.tar.gz
[doc] update version
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py6
1 files changed, 3 insertions, 3 deletions
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.