src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Mon, 27 Apr 2015 17:31:32 +0200
changeset 621 fe9c9b495ead
parent 394 4911075b6000
permissions -rw-r--r--
increment version

import hdalab

def version(request):
    return { 'VERSION': hdalab.get_version() }