summaryrefslogtreecommitdiff
path: root/giscanner/mallard-Python-function.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'giscanner/mallard-Python-function.tmpl')
-rw-r--r--giscanner/mallard-Python-function.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/giscanner/mallard-Python-function.tmpl b/giscanner/mallard-Python-function.tmpl
index b3c74a43..2bca6ac6 100644
--- a/giscanner/mallard-Python-function.tmpl
+++ b/giscanner/mallard-Python-function.tmpl
@@ -85,4 +85,7 @@ ${formatter.format(node.doc)}
% endif
</table>
% endif
+% if node.version:
+<p>Since ${node.version}</p>
+% endif
</page>