Skip to content

Commit

Permalink
Prepare 1.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Jun 1, 2017
1 parent 6abed20 commit 42d2085
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 6 additions & 1 deletion docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion material/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "1.7.0",
"version": "1.7.1",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",
Expand Down

0 comments on commit 42d2085

Please sign in to comment.