in doc/conf.py [0:0]
def get_release(): """Read the release (full three-part version number) from this module.""" init = read("..", "src", "base64io", "__init__.py") return VERSION_RE.search(init).group(1)