src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Thu, 05 Mar 2015 13:50:43 +0100
changeset 475 f14b740cd5f7
parent 394 4911075b6000
permissions -rw-r--r--
increment version

import hdalab

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