Changeset 8259e09 for python/lib


Ignore:
Timestamp:
Mar 13, 2017, 5:20:33 PM (7 years ago)
Author:
Martin Hermant <martin.hermant@gmail.com>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, sampler
Children:
12e6c9c
Parents:
1eb8c0e
Message:

clarify comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/lib/moresetuptools.py

    r1eb8c0e r8259e09  
    3333
    3434    AUBIO_GIT_SHA = get_git_revision_hash()
    35     """ append sha to version in alpha release
    36     """
     35    # append sha to version in alpha release
     36    # MAJ.MIN.PATCH.{~git<sha> , ''}
    3737    if '~alpha' in AUBIO_VERSION_STATUS :
    3838        if AUBIO_GIT_SHA:
Note: See TracChangeset for help on using the changeset viewer.