comment on format of python version
authorMartin Hermant <martin.hermant@gmail.com>
Mon, 13 Mar 2017 20:23:05 +0000 (21:23 +0100)
committerMartin Hermant <martin.hermant@gmail.com>
Mon, 13 Mar 2017 20:23:05 +0000 (21:23 +0100)
Version.py

index ac19aa8..246c58a 100644 (file)
@@ -48,6 +48,7 @@ def get_aubio_version():
 def get_aubio_pyversion():
     # convert to version for python according to pep 440
     # see https://www.python.org/dev/peps/pep-0440/
+    # outputs MAJ.MIN.PATCH+a0{.git<sha> , ''}
     verstr = get_aubio_version()
     spl = verstr.split('~')
     if len(spl)==2: