--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/p4l/context_processors.py Sat Sep 28 02:55:26 2013 +0200 @@ -0,0 +1,4 @@ +from p4l import get_version + +def version(request): + return { 'VERSION': get_version() }