From 1a21dd863862e20724b764f4b0a1f51728a852a8 Mon Sep 17 00:00:00 2001 From: Olga Lyashevska Date: Tue, 27 Aug 2024 16:39:37 +0200 Subject: [PATCH] Add version variable --- template/docs/conf.py.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/docs/conf.py.jinja b/template/docs/conf.py.jinja index f182650c..dbbec0af 100644 --- a/template/docs/conf.py.jinja +++ b/template/docs/conf.py.jinja @@ -26,7 +26,7 @@ author = u"{{ full_name|replace('\"', '\\\"') }}" # built documents. # # The short X.Y version. -version = "0.1.0" +version = "{{ version }}" # The full version, including alpha/beta/rc tags. release = version