src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Thu, 19 Mar 2015 22:34:46 +0100
changeset 555 c2f05549c044
parent 394 4911075b6000
permissions -rw-r--r--
increment renkanmanager version

import hdalab

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