src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Fri, 12 Dec 2014 10:43:15 +0100
changeset 401 08d30e121c86
parent 394 4911075b6000
permissions -rw-r--r--
increment version

import hdalab

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