You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
The
codetools/_version.py
file (which is autogenerated by thesetup
script) should use the full Git commit hash instead of the abbreviated 7-hex version. It currently looks like this:The text was updated successfully, but these errors were encountered: