in project-templates/python/{{cookiecutter.github_name}}/doc/conf.py [0:0]
def get_release():
"""Read the release (full three-part version number) from this module."""
init = read("..", "src", "{{cookiecutter.module_name}}", "identifiers.py")
return VERSION_RE.search(init).group(1)