summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrizzly.nyo@gmail.com <grizzly.nyo@gmail.com>2013-08-31 18:05:58 +0300
committergrizzly.nyo@gmail.com <grizzly.nyo@gmail.com>2013-08-31 18:05:58 +0300
commit1c3a5c9713e3fb83e5d28b99972617a15f342e3e (patch)
tree49e4b4b90bd6844305fdd879337d0187fdaed0eb
parentba65ef7ce335d404c8607cada696a8ed985150c7 (diff)
downloadpylint-git-1c3a5c9713e3fb83e5d28b99972617a15f342e3e.tar.gz
Packaging fixes:
* update version string for docs * doc's conf.py was missing in sdist
-rw-r--r--MANIFEST.in2
-rw-r--r--doc/conf.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 0d63cf170..32ec38e9b 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -6,7 +6,7 @@ include bin/*
include examples/*.py examples/pylintrc examples/pylintrc_camelcase
include elisp/startup elisp/*.el
include man/*.1
-recursive-include doc *.rst *.jpeg Makefile *.html
+recursive-include doc *.rst *.jpeg Makefile *.html *.py
recursive-include test *.py *.txt *.txt2 *.dot *.sh
include test/input/similar* noext
include test/input/noext
diff --git a/doc/conf.py b/doc/conf.py
index 77d489efb..3aaf6135c 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -48,9 +48,9 @@ copyright = u'2013, Logilab and contributors'
# built documents.
#
# The short X.Y version.
-version = '0.27'
+version = '1.0.0'
# The full version, including alpha/beta/rc tags.
-release = '0.27'
+release = '1.0.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.