enthought / enthought/codetools

In autogenerated _version file, use full Git hash

Open
#33 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
54
Forks
10
PR merge metrics
No merged PRs in 30d

Description

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
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.