dc496a6 get_release: fix missing str()

Authored and Committed by adamwill 8 years ago
    get_release: fix missing str()
    
    this broke the case of 'release, no milestone, date'. Which is
    actually being handled a bit accidentally - by treating the
    milestone as str(None) - but never mind, it works.
    
        
file modified
+1 -1