X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/6e0f75a8c73791178d378c9b8f60d22ec349c667..fef39b8aafb44c2bd39e954b4c77affafd4e4e9d:/docs/conf.py diff --git a/docs/conf.py b/docs/conf.py index 4e6a624..d41e6e0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,7 +54,7 @@ master_doc = 'index' # General information about the project. project = u'Philo' -copyright = u'2009-2011, iThink Software' +copyright = u'2009-2012, iThink Software' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -62,7 +62,7 @@ copyright = u'2009-2011, iThink Software' # # The short X.Y version. from philo import VERSION -version = '%s.%s' % (VERSION[0], VERSION[1]) +version = '.'.join([str(v) for v in VERSION]) # The full version, including alpha/beta/rc tags. release = version