diff --git a/docs/conf.py b/docs/conf.py index eb9c5a7..a9a7c94 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,9 +14,9 @@ author = "Marco Agner" # The short X.Y version -version = "3.0.0" +version = "3.1.0" # The full version, including alpha/beta/rc tags -release = "v3.0.0" +release = "v3.1.0" # -- General configuration --------------------------------------------------- diff --git a/requirements/dev.txt b/requirements/dev.txt index 35b434d..ea85443 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -3,3 +3,4 @@ pytest==3.4.1 sphinx==1.7.1 Flask-Sphinx-Themes==1.0.2 +jinja2<3.1.0 \ No newline at end of file