forget-cancellare-vecchi-toot/libforget/version.py

5 lines
122 B
Python
Raw Permalink Normal View History

from app import app
2017-08-29 14:46:32 +02:00
def url_for_version(ver):
return app.config['CHANGELOG_URL'].format(hash=ver['full-revisionid'])