diff --git a/CHANGELOG b/CHANGELOG index fa445e05b..3b9df0364 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +mkdocs-material 4.6.3 (2020-02-14) + + * Removed optional third-party plugins from requirements.txt + * Updated Docker image to contain all supported third-party plugins + mkdocs-material 4.6.2 (2020-02-08) * Added Romanian translations diff --git a/docs/release-notes.md b/docs/release-notes.md index b2cd97dc2..19e84bb4e 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -64,6 +64,11 @@ pip show mkdocs-material ## Changelog +### 4.6.3 _ February 14, 2020 + +* Removed optional third-party plugins from `requirements.txt` +* Updated Docker image to contain all supported third-party plugins + ### 4.6.2 _ February 8, 2020 * Added Romanian translations diff --git a/material/base.html b/material/base.html index de7aed95b..f26b7283f 100644 --- a/material/base.html +++ b/material/base.html @@ -44,7 +44,7 @@ {% endfor %} - + {% endblock %} {% block htmltitle %} {% if page and page.meta and page.meta.title %} diff --git a/package.json b/package.json index 614837340..0152d8889 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "4.6.2", + "version": "4.6.3", "description": "A Material Design theme for MkDocs", "keywords": [ "mkdocs",