diff --git a/docs/changelog.rst b/docs/changelog.rst index 209d04f..29e6b9a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,10 @@ Changelog ========= +* :release:`0.1.8 <2020-03-02>` +* :bug:`-` salt automation was broken due to changed paths and missing Jinja 2 + dependency + * :release:`0.1.7 <2020-03-02>` * :bug:`-` fix package paths diff --git a/docs/conf.py b/docs/conf.py index 38d4e6b..9457666 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,7 +62,7 @@ copyright = u'2015-2020, Jan Dittberner' # The short X.Y version. version = '0.1' # The full version, including alpha/beta/rc tags. -release = '0.1.7' +release = '0.1.8' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.