Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In autogenerated _version file, use full Git hash #33

Open
mdickinson opened this issue Feb 18, 2019 · 0 comments
Open

In autogenerated _version file, use full Git hash #33

mdickinson opened this issue Feb 18, 2019 · 0 comments

Comments

@mdickinson
Copy link
Member

The codetools/_version.py file (which is autogenerated by the setup script) should use the full Git commit hash instead of the abbreviated 7-hex version. It currently looks like this:

mirzakhani:codetools mdickinson$ cat codetools/_version.py 
# THIS FILE IS GENERATED FROM CODETOOLS SETUP.PY
version = '4.3.0'
full_version = '4.3.0'
git_revision = 'c2a0c1b'
is_released = True

if not is_released:
    version = full_version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant