Mercurial
Mercurial
>
jocondelab
/ annotate
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/jocondelab/context_processors.py
author
cavaliet
Wed, 15 Jan 2014 16:55:08 +0100
changeset 250
ec1917140ae3
parent 0
4095911a7830
child 334
169b7cfd1f58
permissions
-rw-r--r--
Added tag V00.43 for changeset 2d7463370c1e
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
0
4095911a7830
Jocondelab first commit before design
ymh <ymh.work@gmail.com>
parents:
diff
changeset
1
from
.
import
get_version
4095911a7830
Jocondelab first commit before design
ymh <ymh.work@gmail.com>
parents:
diff
changeset
2
4095911a7830
Jocondelab first commit before design
ymh <ymh.work@gmail.com>
parents:
diff
changeset
3
def
version
(
request
):
4095911a7830
Jocondelab first commit before design
ymh <ymh.work@gmail.com>
parents:
diff
changeset
4
return
{
'VERSION'
:
get_version
()
}
4095911a7830
Jocondelab first commit before design
ymh <ymh.work@gmail.com>
parents:
diff
changeset
5