Mercurial
Mercurial
>
hdabo
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
src/hdalab/context_processors.py
author
ymh <ymh.work@gmail.com>
Fri, 20 Mar 2015 00:14:48 +0100
changeset 566
8d2f2f355c6e
parent 394
4911075b6000
permissions
-rw-r--r--
Added tag V03.00-rc.06 for changeset 31d3179935d9
import
hdalab
def
version
(
request
):
return
{
'VERSION'
:
hdalab
.
get_version
()
}