src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Mon, 26 Oct 2015 19:22:55 +0100
changeset 661 abb299b37676
parent 394 4911075b6000
permissions -rw-r--r--
increment version to 3.1

import hdalab

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