Prepare 1.6.3 release

This commit is contained in:
squidfunk 2017-05-16 20:54:42 +02:00 committed by Martin Donath
parent e473a1fedc
commit 7024070572
4 changed files with 15 additions and 3 deletions

View File

@ -1,3 +1,7 @@
mkdocs-material-1.6.3 (2017-05-16)
* Fixed #329: Broken source stats for private or unknown GitHub repos
mkdocs-material-1.6.2 (2017-05-15)
* Fixed #316: Fatal error for git clone on Windows

View File

@ -12,11 +12,19 @@ To determine the currently installed version, use the following command:
``` sh
pip show mkdocs-material | grep -E ^Version
# Version 1.6.2
# Version 1.6.3
```
## Changelog
### 1.6.3 <small> _ May 16, 2017</small>
* Fixed [#329][329]: Broken source stats for private or unknown GitHub repos
[329]: https://github.com/squidfunk/mkdocs-material/issues/329
### 1.6.2 <small> _ May 15, 2017</small>
* Fixed [#316][316]: Fatal error for git clone on Windows
* Fixed [#320][320]: Chrome 58 creates double underline for `abbr` tags
* Fixed [#323][323]: Ligatures rendered inside code blocks

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

View File

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