diff options
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index ad70e5abe..c2223f492 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -64,7 +64,7 @@ copyright = '2006-2017, pkgcore contributors' # built documents. # # The short X.Y version. -version = pkgdist.version() +version = pkgdist.module_version() # The full version, including alpha/beta/rc tags. release = 'trunk' |