Ignore:
Timestamp:
Mar 13, 2017, 5:48:53 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:
aab682e
Parents:
dd3b1d5
Message:

hide AUBIO_GIT_SHA in release
fix py3 syntax error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/lib/moresetuptools.py

    rdd3b1d5 r79ef3b3  
    3232                                     AUBIO_PATCH_VERSION]))
    3333
    34     AUBIO_GIT_SHA = get_git_revision_hash()
     34   
    3535    # append sha to version in alpha release
    3636    # MAJ.MIN.PATCH.{~git<sha> , ''}
    3737    if '~alpha' in AUBIO_VERSION_STATUS :
     38        AUBIO_GIT_SHA = get_git_revision_hash()
    3839        if AUBIO_GIT_SHA:
    3940            AUBIO_VERSION_STATUS = '~git'+AUBIO_GIT_SHA
     41
    4042    if AUBIO_VERSION_STATUS is not None :
    4143        verstr += AUBIO_VERSION_STATUS
Note: See TracChangeset for help on using the changeset viewer.