diff options
author | grizzly.nyo@gmail.com <grizzly.nyo@gmail.com> | 2013-08-31 18:05:58 +0300 |
---|---|---|
committer | grizzly.nyo@gmail.com <grizzly.nyo@gmail.com> | 2013-08-31 18:05:58 +0300 |
commit | 1c3a5c9713e3fb83e5d28b99972617a15f342e3e (patch) | |
tree | 49e4b4b90bd6844305fdd879337d0187fdaed0eb /doc | |
parent | ba65ef7ce335d404c8607cada696a8ed985150c7 (diff) | |
download | pylint-git-1c3a5c9713e3fb83e5d28b99972617a15f342e3e.tar.gz |
Packaging fixes:
* update version string for docs
* doc's conf.py was missing in sdist
Diffstat (limited to 'doc')
-rw-r--r-- | doc/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
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. |