diff --git a/CHANGELOG b/CHANGELOG index 0a149d510..09a893615 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +mkdocs-material-1.5.2 (2017-04-05) + + * Added requirements as explicit dependencies in setup.py + * Fixed non-synchronized transitions in search form + mkdocs-material-1.5.1 (2017-03-30) * Fixed rendering and offset of targetted footnotes diff --git a/docs/release-notes.md b/docs/release-notes.md index e438b9fe6..a70c6f153 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -12,11 +12,16 @@ To determine the currently installed version, use the following command: ``` sh pip show mkdocs-material | grep -E ^Version -# Version 1.5.1 +# Version 1.5.2 ``` ## Changelog +### 1.5.2 _ April 5, 2017 + +* Added requirements as explicit dependencies in `setup.py` +* Fixed non-synchronized transitions in search form + ### 1.5.1 _ March 30, 2017 * Fixed rendering and offset of targetted footnotes diff --git a/material/base.html b/material/base.html index 6686457ac..9dd72f9a1 100644 --- a/material/base.html +++ b/material/base.html @@ -23,7 +23,7 @@ {% else %} {% endif %} - + {% endblock %} {% block htmltitle %} {% if page and page.meta.title %} diff --git a/package.json b/package.json index d229aa3d1..375843ced 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "1.5.1", + "version": "1.5.2", "description": "A Material Design theme for MkDocs", "keywords": [ "mkdocs",