src/hdalab/context_processors.py
changeset 394 4911075b6000
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/hdalab/context_processors.py	Wed Dec 10 15:51:08 2014 +0100
@@ -0,0 +1,4 @@
+import hdalab
+
+def version(request):
+    return { 'VERSION': hdalab.get_version() }
\ No newline at end of file