X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/a7c05c72e5a1740f6ad7faac157a326cca4efb2a..4e50e94d757fc254b6378997d69887a28ff44297:/docs/conf.py diff --git a/docs/conf.py b/docs/conf.py index ece87fc..043219d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,10 @@ copyright = u'2011, Joseph Spiros' # built documents. # # The short X.Y version. -version = '1.0' +from philo import VERSION +version = '%s.%s' % (VERSION[0], VERSION[1]) # The full version, including alpha/beta/rc tags. -release = '1.0a1' +release = version # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.