summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2014-04-22 11:27:00 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2014-04-22 11:27:00 +0200
commit282ee5be047cddc860d70bb2ac40068cbd994b1b (patch)
tree0aed1e58e0b920b3ad85a4444745997dfd11aad1 /doc
parent8f5c493a852bd78d1678c75057250c0fa8a8a6a2 (diff)
downloadpylint-282ee5be047cddc860d70bb2ac40068cbd994b1b.tar.gz
ensure doc has the correct version
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py4
1 files changed, 2 insertions, 2 deletions
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.