Prepare 1.7.2 release

This commit is contained in:
squidfunk 2017-06-06 21:58:44 +02:00 committed by Martin Donath
parent ba0b46e9b0
commit eed002861e
4 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,8 @@
mkdocs-material-1.7.2 (2017-06-06)
* Fixed offset of search box when repo_url is not set
* Fixed non-disappearing tooltip
mkdocs-material-1.7.1 (2017-06-01)
* Fixed wrong z-index order of header, overlay and drawer

View File

@ -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.1
# Version 1.7.2
```
## Changelog
### 1.7.2 <small> _ June 6, 2017</small>
* Fixed offset of search box when `repo_url` is not set
* Fixed non-disappearing tooltip
### 1.7.1 <small> _ June 1, 2017</small>
* Fixed wrong `z-index` order of header, overlay and drawer

View File

@ -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.1">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.7.2">
{% endblock %}
{% block htmltitle %}
{% if page and page.meta.title %}

View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "1.7.1",
"version": "1.7.2",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",