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