Revision 2cd939ec docs/source/conf.py

b/docs/source/conf.py
52 52
# built documents.
53 53
#
54 54
# The short X.Y version.
55
version = '1'
55
from astakos import version as astakos_version
56

  
57
version = '.'.join(astakos_version.__version_info__[:2])
56 58
# The full version, including alpha/beta/rc tags.
57
release = '1'
59
release = astakos_version.__version__
58 60

  
59 61
# The language for content autogenerated by Sphinx. Refer to documentation
60 62
# for a list of supported languages.

Also available in: Unified diff