src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Wed, 28 Oct 2015 11:17:39 +0100
changeset 672 b2a66875ea84
parent 394 4911075b6000
permissions -rw-r--r--
increment version number

import hdalab

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