src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Thu, 19 Mar 2015 16:07:51 +0100
changeset 547 2b38f2ecc13d
parent 394 4911075b6000
permissions -rw-r--r--
increment version

import hdalab

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