Tres Seaver
2010-08-09 44bc213b06f81adc3f7734a651a88fc03c604955
Use version from setup.py.
1 files modified
5 ■■■■ changed files
docs/conf.py 5 ●●●● patch | view | raw | blame | history
docs/conf.py
@@ -55,7 +55,10 @@
# other places throughout the built documents.
#
# The short X.Y version.
version = '2.0a2'
from pkg_resources import require
dist = require('repoze.who')[0]
version = dist.version
# The full version, including alpha/beta/rc tags.
release = version