From 42d208560f680ffa2229ebfce9b076d4334ead40 Mon Sep 17 00:00:00 2001 From: squidfunk <martin.donath@squidfunk.com> Date: Thu, 1 Jun 2017 22:49:14 +0200 Subject: [PATCH] Prepare 1.7.1 release --- CHANGELOG | 5 +++++ docs/release-notes.md | 7 ++++++- material/base.html | 2 +- package.json | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 11575ef2..92c0148f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +mkdocs-material-1.7.1 (2017-06-01) + + * Fixed wrong z-index order of header, overlay and drawer + * Fixed wrong offset of targeted footnote back references + mkdocs-material-1.7.0 (2017-06-01) * Added "copy to clipboard" buttons to code blocks diff --git a/docs/release-notes.md b/docs/release-notes.md index 56b69418..0c2e9b2d 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.7.0 +# Version 1.7.1 ``` ## Changelog +### 1.7.1 <small> _ June 1, 2017</small> + +* Fixed wrong `z-index` order of header, overlay and drawer +* Fixed wrong offset of targeted footnote back references + ### 1.7.0 <small> _ June 1, 2017</small> * Added "copy to clipboard" buttons to code blocks diff --git a/material/base.html b/material/base.html index 160b18aa..fb16848b 100644 --- a/material/base.html +++ b/material/base.html @@ -23,7 +23,7 @@ {% else %} <link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.png"> {% endif %} - <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.7.0"> + <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.7.1"> {% endblock %} {% block htmltitle %} {% if page and page.meta.title %} diff --git a/package.json b/package.json index cd60cada..563c24c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "1.7.0", + "version": "1.7.1", "description": "A Material Design theme for MkDocs", "keywords": [ "mkdocs", -- GitLab